TreeGridViewAutomationPeer.GetChildrenCore - метод
Gets the collection of child elements of the ItemsControl that is associated with this ItemsControlAutomationPeer. This method is called by GetChildren().
Пространство имён: Tessa.UI.Automation.PeersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
protected override List<AutomationPeer> GetChildrenCore()
Protected Overrides Function GetChildrenCore As List(Of AutomationPeer)
protected:
virtual List<AutomationPeer^>^ GetChildrenCore() override
abstract GetChildrenCore : unit -> List<AutomationPeer>
override GetChildrenCore : unit -> List<AutomationPeer>
Возвращаемое значение
List<AutomationPeer>The collection of child elements.