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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.