共用方式為


RuleInvokeAttribute(String) 建構函式

定義

初始化 RuleInvokeAttribute 類別的新執行個體。

public:
 RuleInvokeAttribute(System::String ^ methodInvoked);
public RuleInvokeAttribute (string methodInvoked);
new System.Workflow.Activities.Rules.RuleInvokeAttribute : string -> System.Workflow.Activities.Rules.RuleInvokeAttribute
Public Sub New (methodInvoked As String)

參數

methodInvoked
String

由規則叫用的方法。

適用於