NativeActivityUpdateContext.GetLocation<T>(Variable) Method

Definition

Returns the typed location for the specified referenced location.

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

The type of the location to return.

Parameters

variable
Variable

The variable from the location.

Returns

The typed location for the specified referenced location.

Applies to