XamlType.LookupContentWrappers 메서드

정의

XamlType에 대한 콘텐츠 래퍼를 나타내는 XamlType 값의 목록을 가져옵니다.

protected:
 virtual System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ LookupContentWrappers();
protected virtual System.Collections.Generic.IList<System.Xaml.XamlType> LookupContentWrappers ();
abstract member LookupContentWrappers : unit -> System.Collections.Generic.IList<System.Xaml.XamlType>
override this.LookupContentWrappers : unit -> System.Collections.Generic.IList<System.Xaml.XamlType>
Protected Overridable Function LookupContentWrappers () As IList(Of XamlType)

반환

IList<XamlType>

XamlType에 대한 콘텐츠 래퍼를 나타내는 XamlType 값의 목록입니다.

설명

콘텐츠 래퍼는 해당 컬렉션에서 사용되는 형식이 형식 시스템과 연결되지 않은 경우 콘텐츠 컬렉션 형식을 나타내는 클래스입니다. 콘텐츠 래퍼에 대한 컬렉션 항목의 형식은 어떤 방식으로 Object 든 제한되거나 중립 개체에 해당해야 합니다. 그러나 이 제한은 형식 시스템이 아닌 해당 형식을 사용하는 속성의 디자인 또는 목적에 의해서만 적용됩니다. 형식에 둘 이상의 콘텐츠 래퍼가 있을 수 있습니다.

WPF XAML 구현의 예제 클래스 및 시나리오는 다음을 참조하세요 InlineCollection.

적용 대상