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
See Also
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)