IClassificationTag Interface
A tag that represents a classification type.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
‘선언
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