다음을 통해 공유


XamlType.AllowedContentTypes 속성

정의

ContentProperty에 대한 XamlType 값으로 사용할 수 있는 형식의 읽기 전용 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ AllowedContentTypes { System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ get(); };
public System.Collections.Generic.IList<System.Xaml.XamlType> AllowedContentTypes { get; }
member this.AllowedContentTypes : System.Collections.Generic.IList<System.Xaml.XamlType>
Public ReadOnly Property AllowedContentTypes As IList(Of XamlType)

속성 값

IList<XamlType>

가능한 콘텐츠 형식의 읽기 전용 컬렉션입니다.

설명

특정 콘텐츠 형식을 할당할 수 있는 형식(예: 허용되는 콘텐츠 형식인 기본 형식에 할당 가능)은 용도 AllowedContentTypes로 여러 형식으로 간주되지 않습니다.

기본 내부 CLR 리플렉션 기술을 사용하지 않는 경우 이 속성에 대한 XamlType호출은 파생 클래스에서 XamlType 재정의를 호출 LookupAllowedContentTypes 할 수 있습니다.

적용 대상