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

规则调用的方法。

适用于