BufferedLogRecord.Attributes Propriedade
Definição
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 o conjunto de variáveis de pares nome/valor associados ao registro.
public:
virtual property System::Collections::Generic::IReadOnlyList<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ Attributes { System::Collections::Generic::IReadOnlyList<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); };
public virtual System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,object?>> Attributes { get; }
member this.Attributes : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string, obj>>
Public Overridable ReadOnly Property Attributes As IReadOnlyList(Of KeyValuePair(Of String, Object))