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

ルールによって呼び出されるメソッド。

適用対象