TextMarkerTag, constructeur

Initialise une nouvelle instance d'un TextMarkerTag du type donné.

Espace de noms :  Microsoft.VisualStudio.Text.Tagging
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    type As String _
)
public TextMarkerTag(
    string type
)
public:
TextMarkerTag(
    String^ type
)
new : 
        type:string -> TextMarkerTag
public function TextMarkerTag(
    type : String
)

Paramètres

  • type
    Type : String

    Type de marqueur de texte à utiliser.

Exceptions

Exception Condition
ArgumentNullException

type a la valeur nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

TextMarkerTag Classe

Microsoft.VisualStudio.Text.Tagging, espace de noms