IContentHost.HostedElements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个枚举,其中包含所有子代 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 派生类)驱动的元素。