FrameworkContentElement.LogicalChildren Właściwość

Definicja

Pobiera moduł wyliczający dla logicznych elementów podrzędnych tego elementu.

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

Wartość właściwości

Moduł wyliczający dla logicznych elementów podrzędnych tego elementu.

Uwagi

Aby uzyskać więcej informacji na temat używania LogicalChildren i AddLogicalChild, zobacz Drzewa w WPF.

Dotyczy