Compartir a través de


WorkflowCreationContext.WorkflowArguments Propiedad

Definición

Obtiene los argumentos pasados a la instancia de flujo de trabajo recién creada.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ WorkflowArguments { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> WorkflowArguments { get; }
member this.WorkflowArguments : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property WorkflowArguments As IDictionary(Of String, Object)

Valor de propiedad

IDictionary<String,Object>

Diccionario de argumentos de par clave-valor para la instancia de flujo de trabajo.

Se aplica a