In This Article

IClassificationTag Interface

Provides the base requirements for an IClassificationType that can be associated with some text range.

public interface IClassificationTag : ITag

Properties

ClassificationType

The IClassificationType associated with this tag.

IClassificationType? ClassificationType { get; }

Property Value

IClassificationType

See Also

Extension Methods

See Also