TextBlock.IContentHost.HostedElements Propriedade

Definição

Esse tipo ou membro dá suporte à infraestrutura do WPF (Windows Presentation Foundation) e não se destina a ser usado diretamente do seu código. Em vez disso, use a propriedade HostedElementsCore com segurança de tipo.

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 da propriedade

Elementos hospedados pelo host de conteúdo.

Implementações

Aplica-se a