FrameworkContentElement.LogicalChildren Vlastnost

Definice

Získá enumerátor pro logické podřízené elementy tohoto prvku.

protected public:
 virtual property System::Collections::IEnumerator ^ LogicalChildren { System::Collections::IEnumerator ^ get(); };
protected internal virtual System.Collections.IEnumerator LogicalChildren { get; }
member this.LogicalChildren : System.Collections.IEnumerator
Protected Friend Overridable ReadOnly Property LogicalChildren As IEnumerator

Hodnota vlastnosti

Enumerátor pro logické podřízené prvky tohoto prvku.

Poznámky

Další informace o použití LogicalChildren a AddLogicalChild naleznete v tématu Stromy v WPF (Windows Presentation Foundation).

Platí pro