Sdílet prostřednictvím


ActivityStateRecord.Arguments Vlastnost

Definice

Získá aktuální hodnoty sledovaných argumentů přidružených k aktivitě při generování záznamu.

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)

Hodnota vlastnosti

Obsahující IDictionary<TKey,TValue> argumenty.

Platí pro