Bagikan melalui


DocumentAutomationPeer.GetChildrenCore Metode

Definisi

Mendapatkan kumpulan elemen anak untuk FrameworkContentElement yang terkait dengan ini DocumentAutomationPeer. Metode ini dipanggil oleh GetChildren().

protected:
 override System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildrenCore();
protected override System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildrenCore ();
override this.GetChildrenCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected Overrides Function GetChildrenCore () As List(Of AutomationPeer)

Mengembalikan

Karena DocumentAutomationPeer memberikan akses ke kontennya melalui TextPattern, metode ini selalu mengembalikan null.

Berlaku untuk

Lihat juga