FrameworkContentElement.LogicalChildren Propriedade

Definição

Obtém um enumerador para os elementos lógicos filho deste elemento.

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

Valor de Propriedade

Um enumerador para elementos lógicos filhos deste elemento.

Observações

Para mais informações sobre como usar LogicalChildren e AddLogicalChild, consulte Trees in WPF.

Aplica-se a