Partilhar via


Diagnostic.Properties Propriedade

Definição

Obtém o recipiente de propriedades para o diagnóstico. ele retornará Empty se não houver entrada. Isso pode ser usado para colocar informações específicas de diagnóstico que você deseja passar. por exemplo, para o corrigidor correspondente.

public:
 virtual property System::Collections::Immutable::ImmutableDictionary<System::String ^, System::String ^> ^ Properties { System::Collections::Immutable::ImmutableDictionary<System::String ^, System::String ^> ^ get(); };
public virtual System.Collections.Immutable.ImmutableDictionary<string,string> Properties { get; }
public virtual System.Collections.Immutable.ImmutableDictionary<string,string?> Properties { get; }
member this.Properties : System.Collections.Immutable.ImmutableDictionary<string, string>
Public Overridable ReadOnly Property Properties As ImmutableDictionary(Of String, String)

Valor da propriedade

Aplica-se a