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の詳細については、「WPF のツリー」を参照してください。AddLogicalChild

適用対象