XamlType.GetAliasedProperty(XamlDirective) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回由此 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
要为其查找别名成员的指令。
返回
如果可找到,则为别名成员,否则为 null
。
注解
如果不对某个XamlType方法使用默认的内部 CLR 反射技术,则对此方法的调用可以在派生类上XamlType调用LookupAliasedProperty重写。 有关返回值和其他行为的详细信息,请参阅有关此类型的文档 LookupAliasedProperty 。