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)

[DispIdAttribute(1610678272)]
property String^ DiagnosticsName {
	String^ get();
}

Property Value

Type: System::String^

The name to be used for diagnostics.

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.

Return to top
Show: