Diagnostic.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.