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
Afficher le fichier Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Méthodes protégées

Méthode Description
NavigableHighlightTag ( string type ) : Microsoft.VisualStudio.Text.Tagging

Method Details

NavigableHighlightTag() protected méthode

protected NavigableHighlightTag ( string type ) : Microsoft.VisualStudio.Text.Tagging
type string
Résultat Microsoft.VisualStudio.Text.Tagging