XamlMemberInvoker.UnderlyingSetter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 CLR 方法的 MethodInfo,這個方法會設定與此 XamlMemberInvoker 相關之屬性的值。
public:
property System::Reflection::MethodInfo ^ UnderlyingSetter { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo UnderlyingSetter { get; }
member this.UnderlyingSetter : System.Reflection.MethodInfo
Public ReadOnly Property UnderlyingSetter As MethodInfo
屬性值
CLR 方法的 MethodInfo,這個方法會設定與此 XamlMemberInvoker 相關之屬性的值,或 null
。
備註
這個屬性依賴呼叫 LookupUnderlyingSetter 建構 XamlMember 。 對於未知 XamlMember 的 ,或 針對傳回 null
的 LookupUnderlyingSetter 案例,這個屬性會傳 null
回 。