In This Article

DisplayItemClassificationTypeKeys Class

Defines the keys for the the built-in IClassificationType instances that are used for UI display items within a SyntaxEditor.

public static class DisplayItemClassificationTypeKeys
Inheritance:
object object

Fields

BreakpointDisabled

A key for a IClassificationType to use for a disabled breakpoint.

public const string BreakpointDisabled = "BreakpointDisabled"

BreakpointEnabled

A key for a IClassificationType to use for an enabled breakpoint.

public const string BreakpointEnabled = "BreakpointEnabled"

CaretPrimary

A key for a IClassificationType for the primary caret when multiple carets are active.

public const string CaretPrimary = "CaretPrimary"

CaretSecondary

A key for a IClassificationType for the secondary caret when multiple carets are active.

public const string CaretSecondary = "CaretSecondary"

CodeSnippetDependentField

A key for a IClassificationType for a code snippet dependent field.

public const string CodeSnippetDependentField = "CodeSnippetDependentField"

CodeSnippetField

A key for a IClassificationType for a code snippet field.

public const string CodeSnippetField = "CodeSnippetField"

CollapsedText

A key for a IClassificationType for collapsed text.

public const string CollapsedText = "CollapsedText"

CollapsibleRegion

A key for a IClassificationType for collapsible regions.

public const string CollapsibleRegion = "CollapsibleRegion"

ColumnGuides

A key for a IClassificationType for column guides.

public const string ColumnGuides = "ColumnGuides"

CurrentLine

A key for a IClassificationType for a current line highlight.

public const string CurrentLine = "CurrentLine"

CurrentStatement

A key for a IClassificationType for a current statement.

public const string CurrentStatement = "CurrentStatement"

DelimiterMatching

A key for a IClassificationType for a delimiter match highlight.

public const string DelimiterMatching = "DelimiterMatching"

FindMatchHighlight

A key for a IClassificationType for a find match highlight.

public const string FindMatchHighlight = "FindMatchHighlight"

FindScopeHighlight

A key for a IClassificationType for a find scope highlight.

public const string FindScopeHighlight = "FindScopeHighlight"

InactiveSelectedText

A key for a IClassificationType for inactive selected text.

public const string InactiveSelectedText = "InactiveSelectedText"

IndentationGuides

A key for a IClassificationType for indentation guides.

public const string IndentationGuides = "IndentationGuides"

IndicatorMargin

A key for a IClassificationType for the indicator margin.

public const string IndicatorMargin = "IndicatorMargin"

LineNumberCurrent

A key for a IClassificationType for the current line number when IsCurrentLineNumberHighlightingEnabled is set to true.

public const string LineNumberCurrent = "LineNumberCurrent"

LineNumbers

A key for a IClassificationType for line numbers.

public const string LineNumbers = "LineNumbers"

OutliningMarginSquare

A key for a IClassificationType for outlining margin squares.

public const string OutliningMarginSquare = "OutliningMarginSquare"

OutliningMarginVerticalRule

A key for a IClassificationType for outlining margin vertical rules.

public const string OutliningMarginVerticalRule = "OutliningMarginVerticalRule"

PlainText

A key for a IClassificationType for plain text.

public const string PlainText = "PlainText"

RevertedChangesMark

A key for a IClassificationType for reverted changes marks.

public const string RevertedChangesMark = "RevertedChangesMark"

SavedChangesMark

A key for a IClassificationType for saved changes marks.

public const string SavedChangesMark = "SavedChangesMark"

SelectedText

A key for a IClassificationType for selected text.

public const string SelectedText = "SelectedText"

UnsavedChangesMark

A key for a IClassificationType for unsaved changes marks.

public const string UnsavedChangesMark = "UnsavedChangesMark"

VisibleWhitespace

A key for a IClassificationType for visible whitespace.

public const string VisibleWhitespace = "VisibleWhitespace"

WordWrapGlyph

A key for a IClassificationType for the word wrap glyph.

public const string WordWrapGlyph = "WordWrapGlyph"

Inherited Members

See Also