XamlType.LookupUnderlyingType 메서드

정의

Type의 기반이 되는 CLR XamlType을 반환합니다.

protected:
 virtual Type ^ LookupUnderlyingType();
protected virtual Type LookupUnderlyingType ();
abstract member LookupUnderlyingType : unit -> Type
override this.LookupUnderlyingType : unit -> Type
Protected Overridable Function LookupUnderlyingType () As Type

반환

Type의 기반이 되는 CLR XamlType이거나, 그렇지 않으면 null입니다.

설명

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

기본 구현은 내부 필드를 반환합니다. 해당 필드는 일반적으로 생성 중에 초기화되며 해당 값은 호출된 생성자와 제공한 정보를 기반으로 합니다.

다른 논리를 사용하려는 UnderlyingType 경우 이 메서드를 재정의합니다.

적용 대상