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

'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
Public property ClassificationType Gets the classification type associated with this tag.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Tagging Namespace