Udostępnij za pośrednictwem


ActivityStateRecord.Arguments Właściwość

Definicja

Pobiera bieżące wartości śledzonych argumentów skojarzonych z działaniem podczas generowania rekordu.

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)

Wartość właściwości

Element IDictionary<TKey,TValue> zawierający argumenty.

Dotyczy