FrameworkContentElement.LogicalChildren 属性
定义
获取此元素的逻辑子元素的一个枚举数。Gets an enumerator for the logical child elements of this element.
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
属性值
此元素的逻辑子元素的一个枚举数。An enumerator for logical child elements of this element.
注解
有关如何使用和的详细信息 LogicalChildren AddLogicalChild ,请参阅 WPF 中的树。For more information on how to use LogicalChildren and AddLogicalChild, see Trees in WPF.