XamlType.AllowedContentTypes 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 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)
속성 값
가능한 콘텐츠 형식의 읽기 전용 컬렉션입니다.
설명
특정 콘텐츠 형식을 할당할 수 있는 형식(예: 허용되는 콘텐츠 형식인 기본 형식에 할당 가능)은 용도 AllowedContentTypes로 여러 형식으로 간주되지 않습니다.
기본 내부 CLR 리플렉션 기술을 사용하지 않는 경우 이 속성에 대한 XamlType호출은 파생 클래스에서 XamlType 재정의를 호출 LookupAllowedContentTypes 할 수 있습니다.