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)

属性值

IEnumerator<IInputElement>

可用于迭代此 TextBlock 承载的元素的枚举数。

适用于