ActivityStateRecord.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current values of the tracked arguments associated with the activity when the record is generated.
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)
Property Value
A IDictionary<TKey,TValue> containing the arguments.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.