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에서 호스팅하는 요소를 반복할 수 있는 열거자입니다.

적용 대상