IVsDiagnosticsItem.DiagnosticsName Property

Definition

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.

Applies to