Freigeben über


Diagnostic.Properties Eigenschaft

Definition

Ruft den Eigenschaftenbehälter für die Diagnose ab. Es wird zurückgegeben Empty , wenn kein Eintrag vorhanden ist. Dies kann verwendet werden, um diagnosespezifische Informationen zu platzieren, die Sie übergeben möchten. z. B. zum entsprechenden Fixer.

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)

Eigenschaftswert

Gilt für: