C# Class Microsoft.CodeAnalysis.Editor.Shared.Tagging.NavigableHighlightTag

The base type of any text marker tags that can be navigated with Ctrl+Shift+Up and Ctrl+Shift+Down.
Unless you are writing code relating to reference or keyword highlighting, you should not be using this type.
Inheritance: TextMarkerTag
Mostrar archivo Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Protected Methods

Method Description
NavigableHighlightTag ( string type ) : Microsoft.VisualStudio.Text.Tagging

Method Details

NavigableHighlightTag() protected method

protected NavigableHighlightTag ( string type ) : Microsoft.VisualStudio.Text.Tagging
type string
return Microsoft.VisualStudio.Text.Tagging