IVsErrorItem 接口

定义

提供有关错误项的信息。 此信息包括错误所属的层次结构,以及它是错误、警告还是消息。

public interface class IVsErrorItem
public interface class IVsErrorItem
__interface IVsErrorItem
[System.Runtime.InteropServices.Guid("CE3DF110-7630-4D6C-81D5-5CFA12ADDAE6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsErrorItem
[<System.Runtime.InteropServices.Guid("CE3DF110-7630-4D6C-81D5-5CFA12ADDAE6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsErrorItem = interface
Public Interface IVsErrorItem
派生
属性

方法

GetCategory(UInt32)

返回错误的类别。

GetHierarchy(IVsHierarchy)

如果错误涉及项目层次结构项,则为项提供层次结构。

适用于