NativeActivityUpdateContext.GetLocation<T>(Variable) Methode

Definitie

Retourneert de getypte locatie voor de opgegeven locatie waarnaar wordt verwezen.

public:
generic <typename T>
 System::Activities::Location<T> ^ GetLocation(System::Activities::Variable ^ variable);
public System.Activities.Location<T> GetLocation<T>(System.Activities.Variable variable);
member this.GetLocation : System.Activities.Variable -> System.Activities.Location<'T>
Public Function GetLocation(Of T) (variable As Variable) As Location(Of T)

Type parameters

T

Het type locatie dat moet worden geretourneerd.

Parameters

variable
Variable

De variabele vanaf de locatie.

Retouren

De getypte locatie voor de opgegeven locatie waarnaar wordt verwezen.

Van toepassing op