ActivityStateRecord.Arguments Propriedade
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém os valores atuais dos argumentos rastreados associados à atividade quando o registro é gerado.
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)
Um IDictionary<TKey,TValue> que contém os argumentos.
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: