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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.