XamlType.LookupCollectionKind 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 XamlCollectionKind에서 사용하는 특정 컬렉션 형식을 선언하는 XamlType 열거형의 값을 반환합니다.
protected:
virtual System::Xaml::Schema::XamlCollectionKind LookupCollectionKind();
protected virtual System.Xaml.Schema.XamlCollectionKind LookupCollectionKind ();
abstract member LookupCollectionKind : unit -> System.Xaml.Schema.XamlCollectionKind
override this.LookupCollectionKind : unit -> System.Xaml.Schema.XamlCollectionKind
Protected Overridable Function LookupCollectionKind () As XamlCollectionKind
반환
XamlCollectionKind 열거형의 값입니다.
설명
이 메서드는 내부 프라이빗 메서드에 의해 호출됩니다(공용 CollectionKind
또는 GetCollectionKind
API가 XamlType없음).
기본 구현에서는 내부 CLR 리플렉션을 사용합니다. 있는 경우 UnderlyingType null
기본 구현을 사용할 수 있는 경우 사용할 BaseType수 있습니다. 이 동작은 간접적으로 호출 LookupCollectionKind 하여 유효한 기본 형식을 찾으려고 시도합니다. 유효한 기본 형식이 없으면 반환 XamlCollectionKind.None 됩니다. 일반적으로 기본 구현은 리플렉션을 통해 기본 형식의 메서드를 찾으 Add
려고 시도합니다. 이 메서드를 MethodInfo Add
발견하면 반환할 값을 결정하기 XamlCollectionKind 에 충분한 정보입니다. 그렇지 않으면 XamlCollectionKind.None을 반환합니다.
기본 내부 CLR 리플렉션에 의존하지 않고 형식의 XAML 형식 시스템 정보 또는 스키마 정보를 보고하기 위해 메타데이터 또는 기타 기술을 사용하는 경우 이 메서드를 재정의합니다.