DynamicUpdateMapQuery.FindMatch Method
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.
Searches for the match with DynamicUpdateMapQuery.
Overloads
FindMatch(Activity) |
Searches for the match with DynamicUpdateMapQuery using the specified activities. |
FindMatch(Variable) |
Searches for the match with DynamicUpdateMapQuery using the specified variable. |
FindMatch(Activity)
Searches for the match with DynamicUpdateMapQuery using the specified activities.
public:
System::Activities::Activity ^ FindMatch(System::Activities::Activity ^ activity);
public System.Activities.Activity FindMatch (System.Activities.Activity activity);
member this.FindMatch : System.Activities.Activity -> System.Activities.Activity
Public Function FindMatch (activity As Activity) As Activity
Parameters
- activity
- Activity
The activity to be searched for a match.
Returns
The match for the activity.
Applies to
FindMatch(Variable)
Searches for the match with DynamicUpdateMapQuery using the specified variable.
public:
System::Activities::Variable ^ FindMatch(System::Activities::Variable ^ variable);
public System.Activities.Variable FindMatch (System.Activities.Variable variable);
member this.FindMatch : System.Activities.Variable -> System.Activities.Variable
Public Function FindMatch (variable As Variable) As Variable
Parameters
- variable
- Variable
The variable to be searched for a match.
Returns
The match for the variable.