TextBlock.IContentHost.HostedElements 속성

정의

이 형식 또는 멤버는 WPF(Windows Presentation Foundation) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다. 대신 형식이 안전한 HostedElementsCore 속성을 사용하십시오.

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

속성 값

IEnumerator<IInputElement>

콘텐츠 호스트가 호스팅하는 요소입니다.

구현

적용 대상