Share via


IVsDiagnosticsItem.DiagnosticsName Property

Provides a human-readable name useful for diagnostics.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
ReadOnly Property DiagnosticsName As String
string DiagnosticsName { get; }
property String^ DiagnosticsName {
    String^ get ();
}
abstract DiagnosticsName : string with get
function get DiagnosticsName () : String

Property Value

Type: System.String
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.

.NET Framework Security

See Also

Reference

IVsDiagnosticsItem Interface

Microsoft.VisualStudio.Shell.Interop Namespace