ActivityContext.SetValue Metodo

Definizione

Assegna un valore all'argomento specificato.

Overload

SetValue(Argument, Object)

Assegna un valore al Argument specificato.

SetValue<T>(InArgument<T>, T)

Assegna un valore al InArgument<T> specificato.

SetValue<T>(InOutArgument<T>, T)

Assegna un valore al InOutArgument<T> specificato.

SetValue<T>(LocationReference, T)

Assegna un valore al LocationReference specificato.

SetValue<T>(OutArgument<T>, T)

Assegna un valore al OutArgument<T> specificato.

SetValue(Argument, Object)

Assegna un valore al Argument specificato.

public:
 void SetValue(System::Activities::Argument ^ argument, System::Object ^ value);
public void SetValue (System.Activities.Argument argument, object value);
member this.SetValue : System.Activities.Argument * obj -> unit
Public Sub SetValue (argument As Argument, value As Object)

Parametri

argument
Argument

L'argomento per ricevere il nuovo valore.

value
Object

Il nuovo valore dell'argomento.

Si applica a

SetValue<T>(InArgument<T>, T)

Assegna un valore al InArgument<T> specificato.

public:
generic <typename T>
 void SetValue(System::Activities::InArgument<T> ^ argument, T value);
public void SetValue<T> (System.Activities.InArgument<T> argument, T value);
member this.SetValue : System.Activities.InArgument<'T> * 'T -> unit
Public Sub SetValue(Of T) (argument As InArgument(Of T), value As T)

Parametri di tipo

T

Il tipo di argomento.

Parametri

argument
InArgument<T>

L'argomento per ricevere il nuovo valore.

value
T

Il nuovo valore dell'argomento.

Si applica a

SetValue<T>(InOutArgument<T>, T)

Assegna un valore al InOutArgument<T> specificato.

public:
generic <typename T>
 void SetValue(System::Activities::InOutArgument<T> ^ argument, T value);
public void SetValue<T> (System.Activities.InOutArgument<T> argument, T value);
member this.SetValue : System.Activities.InOutArgument<'T> * 'T -> unit
Public Sub SetValue(Of T) (argument As InOutArgument(Of T), value As T)

Parametri di tipo

T

Il tipo di argomento.

Parametri

argument
InOutArgument<T>

L'argomento per ricevere il nuovo valore.

value
T

Il nuovo valore dell'argomento.

Si applica a

SetValue<T>(LocationReference, T)

Assegna un valore al LocationReference specificato.

public:
generic <typename T>
 void SetValue(System::Activities::LocationReference ^ locationReference, T value);
public void SetValue<T> (System.Activities.LocationReference locationReference, T value);
member this.SetValue : System.Activities.LocationReference * 'T -> unit
Public Sub SetValue(Of T) (locationReference As LocationReference, value As T)

Parametri di tipo

T

Tipo di percorso.

Parametri

locationReference
LocationReference

Il percorso cui si fa riferimento per ricevere il nuovo valore.

value
T

Il nuovo valore del percorso cui si fa riferimento.

Si applica a

SetValue<T>(OutArgument<T>, T)

Assegna un valore al OutArgument<T> specificato.

public:
generic <typename T>
 void SetValue(System::Activities::OutArgument<T> ^ argument, T value);
public void SetValue<T> (System.Activities.OutArgument<T> argument, T value);
member this.SetValue : System.Activities.OutArgument<'T> * 'T -> unit
Public Sub SetValue(Of T) (argument As OutArgument(Of T), value As T)

Parametri di tipo

T

Il tipo di argomento.

Parametri

argument
OutArgument<T>

L'argomento per ricevere il nuovo valore.

value
T

Il nuovo valore dell'argomento.

Si applica a