IContentHost.HostedElements 属性

定义

获取一个枚举,其中包含所有子代 ContentElement 派生类,以及所有 UIElement 派生类,这些派生类是 IContentHost 或它的其中一个子代 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 或它的其中一个子代 ContentElement 类的直接子代。 也就是说,IContentHost 为其创建可视化表示形式(ContentElement 派生类)的元素,或是其布局由 IContentHost(第一层子代 UIElement 派生类)驱动的元素。

适用于