XamlType.GetAliasedProperty(XamlDirective) 方法

定义

返回由此 XamlType 将其别名设置为 XAML 指令的 XAML 成员。

public:
 System::Xaml::XamlMember ^ GetAliasedProperty(System::Xaml::XamlDirective ^ directive);
public System.Xaml.XamlMember GetAliasedProperty (System.Xaml.XamlDirective directive);
member this.GetAliasedProperty : System.Xaml.XamlDirective -> System.Xaml.XamlMember
Public Function GetAliasedProperty (directive As XamlDirective) As XamlMember

参数

directive
XamlDirective

要为其查找别名成员的指令。

返回

XamlMember

如果可找到,则为别名成员,否则为 null

注解

如果不对某个XamlType方法使用默认的内部 CLR 反射技术,则对此方法的调用可以在派生类上XamlType调用LookupAliasedProperty重写。 有关返回值和其他行为的详细信息,请参阅有关此类型的文档 LookupAliasedProperty

适用于