TextBlock.IContentHost.HostedElements Propiedad

Definición

Este tipo o miembro admite la infraestructura de Windows Presentation Foundation (WPF) y no está pensado para su uso directo desde el código. En su lugar, use la propiedad HostedElementsCore con seguridad de tipos.

property System::Collections::Generic::IEnumerator<System::Windows::IInputElement ^> ^ System::Windows::IContentHost::HostedElements { System::Collections::Generic::IEnumerator<System::Windows::IInputElement ^> ^ get(); };
System.Collections.Generic.IEnumerator<System.Windows.IInputElement> System.Windows.IContentHost.HostedElements { get; }
member this.System.Windows.IContentHost.HostedElements : System.Collections.Generic.IEnumerator<System.Windows.IInputElement>
 ReadOnly Property HostedElements As IEnumerator(Of IInputElement) Implements IContentHost.HostedElements

Valor de propiedad

IEnumerator<IInputElement>

Elementos hospedados por el host de contenido.

Implementaciones

Se aplica a