Sdílet prostřednictvím


WorkflowCreationContext.WorkflowArguments Vlastnost

Definice

Získá argumenty předané nově vytvořené instanci pracovního postupu.

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)

Hodnota vlastnosti

IDictionary<String,Object>

Slovník argumentů páru klíč/hodnota pro instanci pracovního postupu.

Platí pro