XamlType.LookupAliasedProperty(XamlDirective) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 XamlType에 의해 XAML 지시문에 별칭으로 지정되는 XAML 멤버를 반환합니다.
protected:
virtual System::Xaml::XamlMember ^ LookupAliasedProperty(System::Xaml::XamlDirective ^ directive);
protected virtual System.Xaml.XamlMember LookupAliasedProperty (System.Xaml.XamlDirective directive);
abstract member LookupAliasedProperty : System.Xaml.XamlDirective -> System.Xaml.XamlMember
override this.LookupAliasedProperty : System.Xaml.XamlDirective -> System.Xaml.XamlMember
Protected Overridable Function LookupAliasedProperty (directive As XamlDirective) As XamlMember
매개 변수
- directive
- XamlDirective
별칭이 지정된 멤버를 찾을 지시문입니다.
반환
별칭이 지정된 멤버를 찾았으면 해당 멤버이고, 그렇지 않으면 null
입니다.
설명
호출자가 값을 GetAliasedProperty가져오면 이 메서드를 호출할 수 있습니다.
기본 구현은 다음 XAML 지시문에 대한 결과를 반환할 수 있습니다. Key
; Name
; Uid
; 및 xml:lang
. 이러한 값은 기본 리플렉션에 따라 달라지며 별칭이 지정된 속성이 없으면 반환 null
될 수 있습니다.
기본 내부 CLR 리플렉션에 의존하지 않고 메타데이터 또는 다른 기술을 사용하여 XAML 형식 시스템 정보 또는 형식의 스키마 정보를 보고하는 경우 이 메서드를 재정의합니다.