TextElement.LogicalChildren 属性
定义
获取一个可用于迭代该元素的逻辑子元素的枚举数。Gets an enumerator that can iterate the logical children of the element.
protected public:
virtual property System::Collections::IEnumerator ^ LogicalChildren { System::Collections::IEnumerator ^ get(); };
protected internal override System.Collections.IEnumerator LogicalChildren { get; }
member this.LogicalChildren : System.Collections.IEnumerator
Protected Friend Overrides ReadOnly Property LogicalChildren As IEnumerator
属性值
用于逻辑子级的枚举数。An enumerator for the logical children.