TagTypeAttribute Constructor (Type^)
Visual Studio 2015
Initializes a new instance of a TagTypeAttribute.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | tagType is null. |
| ArgumentException | tagType does not derive from ITag. |
Show: