ActivityContext.GetValue Método

Definição

Obtém o valor de um argumento.

Sobrecargas

GetValue(Argument)

Obtém o valor do Argument especificado.

GetValue(RuntimeArgument)

Obtém o valor do RuntimeArgument especificado.

GetValue<T>(InArgument<T>)

Obtém o valor do InArgument<T> especificado.

GetValue<T>(InOutArgument<T>)

Obtém o valor do InOutArgument<T> especificado.

GetValue<T>(LocationReference)

Obtém o valor na LocationReference especificada.

GetValue<T>(OutArgument<T>)

Obtém o valor do OutArgument<T> especificado.

GetValue(Argument)

Obtém o valor do Argument especificado.

public:
 System::Object ^ GetValue(System::Activities::Argument ^ argument);
public object GetValue (System.Activities.Argument argument);
member this.GetValue : System.Activities.Argument -> obj
Public Function GetValue (argument As Argument) As Object

Parâmetros

argument
Argument

O argumento a ser inspecionado.

Retornos

O valor do argumento.

Aplica-se a

GetValue(RuntimeArgument)

Obtém o valor do RuntimeArgument especificado.

public:
 System::Object ^ GetValue(System::Activities::RuntimeArgument ^ runtimeArgument);
public object GetValue (System.Activities.RuntimeArgument runtimeArgument);
member this.GetValue : System.Activities.RuntimeArgument -> obj
Public Function GetValue (runtimeArgument As RuntimeArgument) As Object

Parâmetros

runtimeArgument
RuntimeArgument

O argumento a ser inspecionado.

Retornos

O valor do argumento.

Aplica-se a

GetValue<T>(InArgument<T>)

Obtém o valor do InArgument<T> especificado.

public:
generic <typename T>
 T GetValue(System::Activities::InArgument<T> ^ argument);
public T GetValue<T> (System.Activities.InArgument<T> argument);
member this.GetValue : System.Activities.InArgument<'T> -> 'T
Public Function GetValue(Of T) (argument As InArgument(Of T)) As T

Parâmetros de tipo

T

O tipo do argumento.

Parâmetros

argument
InArgument<T>

O argumento a ser inspecionado.

Retornos

T

O valor do argumento.

Aplica-se a

GetValue<T>(InOutArgument<T>)

Obtém o valor do InOutArgument<T> especificado.

public:
generic <typename T>
 T GetValue(System::Activities::InOutArgument<T> ^ argument);
public T GetValue<T> (System.Activities.InOutArgument<T> argument);
member this.GetValue : System.Activities.InOutArgument<'T> -> 'T
Public Function GetValue(Of T) (argument As InOutArgument(Of T)) As T

Parâmetros de tipo

T

O tipo do argumento.

Parâmetros

argument
InOutArgument<T>

O argumento a ser inspecionado.

Retornos

T

O valor do argumento.

Aplica-se a

GetValue<T>(LocationReference)

Obtém o valor na LocationReference especificada.

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

Parâmetros de tipo

T

Tipo do valor.

Parâmetros

locationReference
LocationReference

O local referenciado a ser inspecionado.

Retornos

T

O valor do local referenciado.

Aplica-se a

GetValue<T>(OutArgument<T>)

Obtém o valor do OutArgument<T> especificado.

public:
generic <typename T>
 T GetValue(System::Activities::OutArgument<T> ^ argument);
public T GetValue<T> (System.Activities.OutArgument<T> argument);
member this.GetValue : System.Activities.OutArgument<'T> -> 'T
Public Function GetValue(Of T) (argument As OutArgument(Of T)) As T

Parâmetros de tipo

T

O tipo do argumento.

Parâmetros

argument
OutArgument<T>

O argumento a ser inspecionado.

Retornos

T

O valor do argumento.

Aplica-se a