TextBlock.HostedElementsCore Proprietà

Definizione

Ottiene un enumeratore che può essere utilizzato per iterare gli elementi ospitati da 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)

Valore della proprietà

IEnumerator<IInputElement>

Un enumeratore che può iterare gli elementi ospitati da questo TextBlock.

Si applica a