ClassificationTag Struct
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.
Represents the classification tag, which is used to classify text spans on a view.
public readonly struct ClassificationTag : Microsoft.VisualStudio.Extensibility.Editor.ITag<Microsoft.VisualStudio.RpcContracts.Editor.ClassificationTagContract>
type ClassificationTag = struct
interface ITag<ClassificationTagContract>
interface ITag
Public Structure ClassificationTag
Implements ITag(Of ClassificationTagContract)
- Inheritance
-
ClassificationTag
- Implements
Constructors
| ClassificationTag(ClassificationType) |
Initializes a new instance of the ClassificationTag struct. |
Properties
| Type |
Gets identifier of the classification to use. |
Explicit Interface Implementations
| ITag.RpcContract | |
| ITag<ClassificationTagContract>.RpcContract |