UpdateMapMetadata.GetMatch Methode

Definition

Ruft eine Übereinstimmung für UpdateMapMetadata.

Überlädt

Name Beschreibung
GetMatch(Activity)

Ruft eine Übereinstimmung für UpdateMapMetadata das angegebene untergeordnete Element ab.

GetMatch(Variable)

Ruft eine Übereinstimmung für UpdateMapMetadata die angegebene Variable ab.

GetMatch(Activity)

Ruft eine Übereinstimmung für UpdateMapMetadata das angegebene untergeordnete Element ab.

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

Parameter

updatedChild
Activity

Das aktualisierte untergeordnete Element.

Gibt zurück

Die Übereinstimmung für UpdateMapMetadata.

Gilt für:

GetMatch(Variable)

Ruft eine Übereinstimmung für UpdateMapMetadata die angegebene Variable ab.

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

Parameter

updatedVariable
Variable

Die aktualisierte Variable.

Gibt zurück

Die Übereinstimmung für UpdateMapMetadata.

Gilt für: