IVsErrorItem2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsErrorItem2
public interface class IVsErrorItem2
__interface IVsErrorItem2
[System.Runtime.InteropServices.Guid("96C14EA1-1435-4DA9-8DDD-72DFBC2194E9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsErrorItem2
[<System.Runtime.InteropServices.Guid("96C14EA1-1435-4DA9-8DDD-72DFBC2194E9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsErrorItem2 = interface
Public Interface IVsErrorItem2
- Attributes
Methods
GetCustomIconIndex(Int32) |
Gets the index of the custom icon for the error. |