Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
CodeAnalysis
Editor
Shared
Tagging
NavigableHighlightTag
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