ActivityContext.GetLocation<T>(LocationReference) Methode

Definitie

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

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

Type parameters

T

Het type locatie dat moet worden geretourneerd.

Parameters

locationReference
LocationReference

De locatie waarnaar wordt verwezen.

Retouren

De getypte locatie.

Van toepassing op