IVsErrorItem2 Interface

 

Implemented by error list items (in addition to IVsTaskItem).Use this interface instead of IVsErrorItem2 when you want to specify your own custom icon in the error list window.

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

[GuidAttribute("96C14EA1-1435-4DA9-8DDD-72DFBC2194E9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsErrorItem2

NameDescription
System_CAPS_pubmethodGetCustomIconIndex(Int32)

Gets the index of the custom icon for the error.

Return to top
Show: