Condividi tramite


ActivityStateRecord.Arguments Proprietà

Definizione

Ottiene i valori correnti degli argomenti rilevati associati all'attività quando viene generato il record.

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

Valore della proprietà

Una classe IDictionary<TKey,TValue> contenente gli argomenti.

Si applica a