XamlType.LookupKeyType 메서드

정의

XamlType이 사전을 나타내는 경우 이 XamlType의 키 속성에 대한 형식 정보를 제공하는 값을 반환합니다.

protected:
 virtual System::Xaml::XamlType ^ LookupKeyType();
protected virtual System.Xaml.XamlType LookupKeyType ();
abstract member LookupKeyType : unit -> System.Xaml.XamlType
override this.LookupKeyType : unit -> System.Xaml.XamlType
Protected Overridable Function LookupKeyType () As XamlType

반환

XamlType

XamlType 사전 사용에 null 대한 키 형식 또는 사전을 나타내지 않는 경우 XamlType 의 개체입니다.

설명

이 메서드는 .에 대한 호출 KeyType을 통해 호출할 수 있습니다.

기본 구현을 사용 하 여 메서드 MethodInfoAdd 확인 하 고 사용 하 여 같은 CLR 리플렉션 개념을 사용할 ParameterInfoBaseType 수 있습니다.

다른 논리를 사용하려는 KeyType 경우 이 메서드를 재정의합니다. 반환하지 않는 경우는 LookupCollectionKind 반환 XamlCollectionKind.Dictionary null해야 합니다.

적용 대상