Class ClassificationTag
Represents tag for classifying parts of code file.
Inheritance
System.Object
ClassificationTag
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.SyntaxEditor.Core.Tagging
Assembly: Telerik.Windows.SyntaxEditor.Core.dll
Syntax
public class ClassificationTag : ITextFormattingTag, ITag
Constructors
ClassificationTag(ClassificationType)
Initializes a new instance of the ClassificationTag class.
Declaration
public ClassificationTag(ClassificationType type)
Parameters
ClassificationType
type
|
Properties
ClassificationType
Gets the ClassificationType for this tag.
Declaration
public ClassificationType ClassificationType { get; }
Property Value
ClassificationType
|
Explicit Interface Implementations
ITextFormattingTag.FormatDefinitionKey
Declaration
ITextFormatDefinitionKey ITextFormattingTag.FormatDefinitionKey { get; }
Returns
ITextFormatDefinitionKey
|