ClassificationTag Constructor (IClassificationType^)
Visual Studio 2015
Creates a new tag associated with the given type of classification.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- type
-
Type:
Microsoft.VisualStudio.Text.Classification::IClassificationType^
The type of classification.
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null. |
Show: