TextBlock.IContentHost.HostedElements 属性

定义

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。 请改用类型安全的 HostedElementsCore 属性。

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

属性值

内容主机托管的元素。

实现

适用于