TextBlock.IContentHost.HostedElements Proprietà

Definizione

Questo tipo o membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice. In alternativa, utilizzare la proprietà HostedElementsCore indipendente dai tipi.

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

Valore della proprietà

IEnumerator<IInputElement>

Elementi ospitati dall'host di contenuto.

Implementazioni

Si applica a