Partager via


ActivityStateRecord.Arguments Propriété

Définition

Obtient les valeurs actuelles des arguments suivis associées à l’activité lorsque l’enregistrement est généré.

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)

Valeur de propriété

IDictionary<TKey,TValue> contenant les arguments.

S’applique à