다음을 통해 공유


XamlType.LookupAliasedProperty(XamlDirective) 메서드

정의

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

별칭이 지정된 멤버를 찾을 지시문입니다.

반환

XamlMember

별칭이 지정된 멤버를 찾았으면 해당 멤버이고, 그렇지 않으면 null입니다.

설명

호출자가 값을 GetAliasedProperty가져오면 이 메서드를 호출할 수 있습니다.

기본 구현은 다음 XAML 지시문에 대한 결과를 반환할 수 있습니다. Key; Name; Uid; 및 xml:lang. 이러한 값은 기본 리플렉션에 따라 달라지며 별칭이 지정된 속성이 없으면 반환 null 될 수 있습니다.

기본 내부 CLR 리플렉션에 의존하지 않고 메타데이터 또는 다른 기술을 사용하여 XAML 형식 시스템 정보 또는 형식의 스키마 정보를 보고하는 경우 이 메서드를 재정의합니다.

적용 대상

추가 정보