GridViewBaseAutomationPeerGetChildren - метод
Gets the collection of immediate child elements of the specified UI Automation peer.
Пространство имён: Tessa.UI.Automation.PeersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public virtual List<AutomationPeer> GetChildren(
List<AutomationPeer> children
)
Public Overridable Function GetChildren (
children As List(Of AutomationPeer)
) As List(Of AutomationPeer)
public:
virtual List<AutomationPeer^>^ GetChildren(
List<AutomationPeer^>^ children
)
abstract GetChildren :
children : List<AutomationPeer> -> List<AutomationPeer>
override GetChildren :
children : List<AutomationPeer> -> List<AutomationPeer>
- children ListAutomationPeer
- The automation peers for the list items.
ListAutomationPeerThe automation peers for all items in the control. If the view contains interactive or informational elements in addition to the list items, automation peers for these elements must be added to the list.
IViewAutomationPeerGetChildren(ListAutomationPeer)