Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A tag that represents a classification type.
Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Interface IClassificationTag _
    Inherits ITag
public interface IClassificationTag : ITag
public interface class IClassificationTag : ITag
type IClassificationTag =  
    interface 
        interface ITag 
    end
public interface IClassificationTag extends ITag
The IClassificationTag type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]()  | 
ClassificationType | Gets the classification type associated with this tag. | 
Top
.gif)