TextBlock.HostedElementsCore Propriété

Définition

Obtient un énumérateur qui peut être utilisé pour itérer les éléments hébergés par ce 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)

Valeur de propriété

IEnumerator<IInputElement>

Énumérateur qui peut itérer des éléments hébergés par ce TextBlock.

S’applique à