FrameworkElement.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

プロパティ値

IEnumerator

この要素の論理上の子要素に対する列挙子。

注釈

LogicalChildren では、子要素を反復処理できます。 これは、定義された専用コレクションを持たないが、複数の子要素 (特に子要素) が含まれている要素に FrameworkContentElement 役立ちます。

使用方法 LogicalChildrenAddLogicalChild詳細については、「 WPF のツリー」を参照してください。

適用対象

こちらもご覧ください