Freigeben über


WorkflowCreationContext.WorkflowArguments Eigenschaft

Definition

Ruft die Argumente ab, die an neu erstellte Workflowinstanz übergeben werden.

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)

Eigenschaftswert

IDictionary<String,Object>

Ein Wörterbuch von Schlüssel-Wert-Paar-Argumenten für die Workflowinstanz.

Gilt für