IVsDiagnosticsItem Interface

Supplies information for use in diagnostics.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("A20B98D4-F56C-4B53-819B-3B0E7147B961")> _
Public Interface IVsDiagnosticsItem
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("A20B98D4-F56C-4B53-819B-3B0E7147B961")]
public interface IVsDiagnosticsItem
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"A20B98D4-F56C-4B53-819B-3B0E7147B961")]
public interface class IVsDiagnosticsItem
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("A20B98D4-F56C-4B53-819B-3B0E7147B961")>]
type IVsDiagnosticsItem =  interface end
public interface IVsDiagnosticsItem

The IVsDiagnosticsItem type exposes the following members.

Properties

  Name Description
Public property DiagnosticsName Provides a human-readable name useful for diagnostics.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace