Partager via


TagTypeAttribute, constructeur

Initialise une nouvelle instance de TagTypeAttribute.

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

Syntaxe

'Déclaration
Public Sub New ( _
    tagType As Type _
)
public TagTypeAttribute(
    Type tagType
)
public:
TagTypeAttribute(
    Type^ tagType
)
new : 
        tagType:Type -> TagTypeAttribute
public function TagTypeAttribute(
    tagType : Type
)

Paramètres

  • tagType
    Type : Type

    Type de balise qui doit dériver de ITag.

Exceptions

Exception Condition
ArgumentNullException

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

ArgumentException

tagType ne dérive pas de ITag.

Sécurité .NET Framework

Voir aussi

Référence

TagTypeAttribute Classe

Microsoft.VisualStudio.Text.Tagging, espace de noms