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 。