IVsSettingsErrorInformation 接口

定义

由 IDE 实现。 这是一个内部接口,用于允许在 IDE 中的本机代码和托管代码之间进行通信。

public interface class IVsSettingsErrorInformation
public interface class IVsSettingsErrorInformation
__interface IVsSettingsErrorInformation
[System.Runtime.InteropServices.Guid("33D90D1C-2665-4EEC-9194-A79AFD63275F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSettingsErrorInformation
[<System.Runtime.InteropServices.Guid("33D90D1C-2665-4EEC-9194-A79AFD63275F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSettingsErrorInformation = interface
Public Interface IVsSettingsErrorInformation
属性

注解

ImportSettings接口的方法 IVsProfileDataManager 返回此接口。

方法

GetCompletionStatus(UInt32)

获取完成状态。

GetErrorCount(Int32)

获取错误计数。

GetErrorInfo(Int32, UInt32, String)

获取错误信息。

适用于