UpdateMapMetadata.GetMatch Methode

Definitie

Hiermee haalt u een overeenkomst op voor UpdateMapMetadata.

Overloads

Name Description
GetMatch(Activity)

Hiermee haalt u een overeenkomst op voor UpdateMapMetadata het opgegeven kind.

GetMatch(Variable)

Hiermee haalt u een overeenkomst op voor UpdateMapMetadata de opgegeven variabele.

GetMatch(Activity)

Hiermee haalt u een overeenkomst op voor UpdateMapMetadata het opgegeven kind.

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

Het bijgewerkte kind.

Retouren

De overeenkomst voor UpdateMapMetadata.

Van toepassing op

GetMatch(Variable)

Hiermee haalt u een overeenkomst op voor UpdateMapMetadata de opgegeven variabele.

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

De bijgewerkte variabele.

Retouren

De overeenkomst voor UpdateMapMetadata.

Van toepassing op