Compartir a través de


IVsErrorItem2 Interface

Implemented by error list items for items that have a custom icon to display in the error view.

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

Syntax

'Declaración
<GuidAttribute("96C14EA1-1435-4DA9-8DDD-72DFBC2194E9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsErrorItem2
'Uso
Dim instance As IVsErrorItem2
[GuidAttribute("96C14EA1-1435-4DA9-8DDD-72DFBC2194E9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsErrorItem2
[GuidAttribute(L"96C14EA1-1435-4DA9-8DDD-72DFBC2194E9")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsErrorItem2
[<GuidAttribute("96C14EA1-1435-4DA9-8DDD-72DFBC2194E9")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsErrorItem2 =  interface end
public interface IVsErrorItem2

See Also

Reference

IVsErrorItem2 Members

Microsoft.VisualStudio.Shell.Interop Namespace