IVsDiagnosticsItem.DiagnosticsName 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.
Provides a human-readable name useful for diagnostics.
public:
property System::String ^ DiagnosticsName { System::String ^ get(); };
public:
property Platform::String ^ DiagnosticsName { Platform::String ^ get(); };
public string DiagnosticsName { get; }
member this.DiagnosticsName : string
Public ReadOnly Property DiagnosticsName As String
Property Value
The name to be used for diagnostics.
Remarks
The diagnostics name is not localized since it is intended to be used in the diagnostics UI only. The name is short, but is sufficiently unique to disambiguate it from other clients.