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

IEnumerator

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

Poznámky

Další informace o tom, jak používat LogicalChildren a AddLogicalChild, naleznete v části Stromy ve WPF.

Platí pro