共用方式為


InvokeMethod<TResult>.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

方法名稱。

備註

所叫用的方法必須宣告為公用。

適用於