Share via


ActivityContext.GetLocation<T>(LocationReference) Metoda

Definice

Vrátí zadané umístění pro zadané odkazované umístění pro aktuální kontext aktivity.

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)

Parametry typu

T

Typ umístění, které se má vrátit.

Parametry

locationReference
LocationReference

Odkazované umístění

Návraty

Zadané umístění

Platí pro