共用方式為


IErrorTag 介面

表示錯誤,這用來將曲線裝飾放在檢視。

命名空間:  Microsoft.VisualStudio.Text.Tagging
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Public Interface IErrorTag _
    Inherits ITag
public interface IErrorTag : ITag
public interface class IErrorTag : ITag
type IErrorTag =  
    interface 
        interface ITag 
    end
public interface IErrorTag extends ITag

IErrorTag 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 ErrorType 取得使用錯誤的型別。
公用屬性 ToolTipContent 取得要顯示這個錯誤的工具提示時,使用的內容。

回頁首

請參閱

參考

Microsoft.VisualStudio.Text.Tagging 命名空間