共用方式為


ObjectDataProvider.MethodName 屬性

定義

取得或設定要呼叫之方法的名稱。

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

屬性值

String

要呼叫之方法的名稱。 預設值是 null

備註

您可以使用這個屬性在 物件上呼叫方法,並使用 MethodParameters 屬性將參數傳遞至 方法。 然後,您可以系結至 方法的結果。

適用於