GridViewBaseAutomationPeerGetChildren - метод

Gets the collection of immediate child elements of the specified UI Automation peer.

Definition

Пространство имён: Tessa.UI.Automation.Peers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public virtual List<AutomationPeer> GetChildren(
	List<AutomationPeer> children
)

Параметры

children  ListAutomationPeer
The automation peers for the list items.

Возвращаемое значение

ListAutomationPeer
The 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)

См. также