IContentHost.HostedElements プロパティ

定義

子孫であるすべての ContentElement 派生クラスと、UIElement の直接の子孫であるか、またはその子孫 IContentHost クラスの 1 つであるすべての ContentElement 派生クラスを格納している列挙体を取得します。

public:
 property System::Collections::Generic::IEnumerator<System::Windows::IInputElement ^> ^ HostedElements { System::Collections::Generic::IEnumerator<System::Windows::IInputElement ^> ^ get(); };
public System.Collections.Generic.IEnumerator<System.Windows.IInputElement> HostedElements { get; }
member this.HostedElements : System.Collections.Generic.IEnumerator<System.Windows.IInputElement>
Public ReadOnly Property HostedElements As IEnumerator(Of IInputElement)

プロパティ値

子孫であるすべての ContentElement 派生クラスと、UIElement の直接の子孫であるか、またはその子孫 IContentHost クラスの 1 つであるすべての ContentElement 派生クラスを格納している列挙体。 つまり、IContentHost が視覚的表現を作成する要素 (ContentElement 派生クラス)、または IContentHost がレイアウトを設定する要素 (最初のレベルの子孫 UIElement 派生クラス)。

適用対象