IVsSettingsErrorInformation 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由 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) |
获取错误信息。 |