Partager via


WorkflowCreationContext.WorkflowArguments Propriété

Définition

Obtient les arguments passés à l’instance de flux de travail récemment créée.

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)

Valeur de propriété

IDictionary<String,Object>

Dictionnaire d'arguments de paire clé/valeur pour l'instance de flux de travail.

S’applique à