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

규칙에서 호출한 메서드입니다.

적용 대상