FrameworkContentElement.LogicalChildren Свойство

Определение

Возвращает перечислитель для логических дочерних элементов данного элемента.

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

Значение свойства

Перечислитель для логических дочерних элементов данного элемента.

Комментарии

Дополнительные сведения об использовании LogicalChildren и AddLogicalChildсм. в разделе Деревья в WPF.

Применяется к