Diagnostic.Properties Property

Definition

Gets property bag for the diagnostic. it will return Empty if there is no entry. This can be used to put diagnostic specific information you want to pass around. for example, to corresponding 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)

Property Value

Applies to