TextBlock.HostedElementsCore 属性

定义

获取一个枚举器,该枚举器可用于循环访问由此 TextBlock承载的元素。

protected:
 virtual property System::Collections::Generic::IEnumerator<System::Windows::IInputElement ^> ^ HostedElementsCore { System::Collections::Generic::IEnumerator<System::Windows::IInputElement ^> ^ get(); };
protected virtual System.Collections.Generic.IEnumerator<System.Windows.IInputElement> HostedElementsCore { get; }
member this.HostedElementsCore : System.Collections.Generic.IEnumerator<System.Windows.IInputElement>
Protected Overridable ReadOnly Property HostedElementsCore As IEnumerator(Of IInputElement)

属性值

一个枚举器,可以循环访问由此 TextBlock承载的元素。

适用于