IContentHost.HostedElements Właściwość

Definicja

Pobiera wyliczenie zawierające wszystkie klasy pochodne obiektów potomnych ContentElement, a także wszystkie UIElementklasy pochodne , które są bezpośrednim elementem potomnym IContentHost klasy lub jednej z jej klas potomnych ContentElement .

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

Wartość właściwości

Wyliczenie zawierające wszystkie klasy pochodne obiektów potomnych ContentElement, a także wszystkie UIElementklasy pochodne, które są bezpośrednim elementem potomnym IContentHost klasy lub jednej z jej klas potomnych ContentElement . Innymi słowy, elementy, dla których IContentHost tworzy wizualną reprezentację (ContentElementklasy pochodne) lub których układ jest oparty przez IContentHost (klasy pochodne UIElementpierwszego poziomu).

Dotyczy