Share via


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 所裝載之項目的列舉程式。

適用於