Partager via


ErrorTag, constructeur (String)

Initialise une nouvelle instance d'un ErrorTag du type spécifié sans le contenu d'une info-bulle.

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

Syntaxe

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

Paramètres

  • errorType
    Type : String

    Le type d'erreur à l'utiliser,

Sécurité .NET Framework

Voir aussi

Référence

ErrorTag Classe

ErrorTag, surcharge

Microsoft.VisualStudio.Text.Tagging, espace de noms