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 によってホストされる要素を反復処理できる列挙子。

適用対象