共用方式為


ISimpleErrorContext 介面

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
<GuidAttribute("4F0F5FC2-A5C3-4FFE-B2AC-0D4782F0E835")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ISimpleErrorContext
[GuidAttribute("4F0F5FC2-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISimpleErrorContext
[GuidAttribute(L"4F0F5FC2-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ISimpleErrorContext
[<GuidAttribute("4F0F5FC2-A5C3-4FFE-B2AC-0D4782F0E835")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ISimpleErrorContext =  interface end
public interface ISimpleErrorContext

ISimpleErrorContext 型別會公開下列成員。

方法

  名稱 說明
公用方法 AddError 基礎架構。僅限 Microsoft 內部使用。
公用方法 AddInfo 基礎架構。僅限 Microsoft 內部使用。
公用方法 AddWarning 基礎架構。僅限 Microsoft 內部使用。

回頁首

請參閱

參考

Microsoft.VisualStudio.VCProjectEngine 命名空間