ClassificationTag Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An implementation of IClassificationTag.
public ref class ClassificationTag : Microsoft::VisualStudio::Text::Tagging::IClassificationTag
[Windows::Foundation::Metadata::WebHostHidden]
class ClassificationTag : Microsoft::VisualStudio::Text::Tagging::IClassificationTag
public class ClassificationTag : Microsoft.VisualStudio.Text.Tagging.IClassificationTag
type ClassificationTag = class
interface IClassificationTag
interface ITag
Public Class ClassificationTag
Implements IClassificationTag
- Inheritance
-
ClassificationTag
- Implements
Remarks
For more information about tagging, see the "Tags and Classifiers" section of Inside the Editor. For information about extending and adding tags, see the "Extending Tags" section of Language Service and Editor Extension Points.
Constructors
ClassificationTag(IClassificationType) |
Create a new tag associated with the given type of classification. |
Properties
ClassificationType |
The classification type associated with this tag. |