UpdateMapMetadata.GetMatch 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.
Gets a match for UpdateMapMetadata.
Overloads
GetMatch(Activity) |
Gets a match for UpdateMapMetadata with specified child. |
GetMatch(Variable) |
Gets a match for UpdateMapMetadata with specified variable. |
GetMatch(Activity)
Gets a match for UpdateMapMetadata with specified child.
public:
System::Activities::Activity ^ GetMatch(System::Activities::Activity ^ updatedChild);
public System.Activities.Activity GetMatch (System.Activities.Activity updatedChild);
member this.GetMatch : System.Activities.Activity -> System.Activities.Activity
Public Function GetMatch (updatedChild As Activity) As Activity
Parameters
- updatedChild
- Activity
The updated child.
Returns
The match for UpdateMapMetadata.
Applies to
GetMatch(Variable)
Gets a match for UpdateMapMetadata with specified variable.
public:
System::Activities::Variable ^ GetMatch(System::Activities::Variable ^ updatedVariable);
public System.Activities.Variable GetMatch (System.Activities.Variable updatedVariable);
member this.GetMatch : System.Activities.Variable -> System.Activities.Variable
Public Function GetMatch (updatedVariable As Variable) As Variable
Parameters
- updatedVariable
- Variable
The updated variable.
Returns
The match for UpdateMapMetadata.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.