Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
DiagnosticsName | Provides a human-readable name useful for diagnostics. |
Top