InOutArgument<T>.GetLocation(ActivityContext) Método
Definição
Obtém o local do valor do InOutArgument<T>.Gets the location of the value for the InOutArgument<T>.
public:
System::Activities::Location<T> ^ GetLocation(System::Activities::ActivityContext ^ context);
public System.Activities.Location<T> GetLocation (System.Activities.ActivityContext context);
override this.GetLocation : System.Activities.ActivityContext -> System.Activities.Location<'T>
Public Function GetLocation (context As ActivityContext) As Location(Of T)
Parâmetros
- context
- ActivityContext
O contexto de atividade que contém o local do valor do argumento.The activity context that contains the location of the argument value.
Retornos
Uma referência ao local em que o valor do argumento é armazenado.A reference to the location where the value of the argument is stored.