ObjectDataProvider.MethodName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要呼叫之方法的名稱。
public:
property System::String ^ MethodName { System::String ^ get(); void set(System::String ^ value); };
public string MethodName { get; set; }
member this.MethodName : string with get, set
Public Property MethodName As String
屬性值
要呼叫之方法的名稱。 預設值是 null
。
備註
您可以使用這個屬性在 物件上呼叫方法,並使用 MethodParameters 屬性將參數傳遞至 方法。 然後,您可以系結至 方法的結果。