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 : TypeType 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.