RuleInvokeAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RuleInvokeAttribute class.
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)
Parameters
- methodInvoked
- String
The method invoked by the rule.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.