Compartilhar via


WorkflowCreationContext.WorkflowArguments Propriedade

Definição

Obtém os argumentos passados para a instância de fluxo de trabalho criada recentemente.

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 da propriedade

IDictionary<String,Object>

Um dicionário de argumentos de par chave/valor para a instância de fluxo de trabalho.

Aplica-se a