共用方式為


TextMarkerTag 建構函式

初始化屬於指定型別之 TextMarkerTag 的新執行個體。

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

語法

'宣告
Public Sub New ( _
    type As String _
)
public TextMarkerTag(
    string type
)
public:
TextMarkerTag(
    String^ type
)
new : 
        type:string -> TextMarkerTag
public function TextMarkerTag(
    type : String
)

參數

  • type
    類型:String

    要使用的文字標記型別。

例外狀況

例外狀況 條件
ArgumentNullException

type 為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

TextMarkerTag 類別

Microsoft.VisualStudio.Text.Tagging 命名空間