C# Class ShaderTools.VisualStudio.Hlsl.Tagging.Highlighting.HighlightingNavigationManager

Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
HighlightingNavigationManager ( ITextView textView, ITagAggregator tagAggregator ) : System.Collections.Generic
NavigateToNext ( ) : void
NavigateToPrevious ( ) : void

Private Methods

Méthode Description
GetAllTags ( ) : IEnumerable
GetCurrentTag ( ) : SnapshotSpan?
GetTags ( SnapshotSpan snapshotSpan ) : IEnumerable
SelectTag ( SnapshotSpan span ) : void

Method Details

HighlightingNavigationManager() public méthode

public HighlightingNavigationManager ( ITextView textView, ITagAggregator tagAggregator ) : System.Collections.Generic
textView ITextView
tagAggregator ITagAggregator
Résultat System.Collections.Generic

NavigateToNext() public méthode

public NavigateToNext ( ) : void
Résultat void

NavigateToPrevious() public méthode

public NavigateToPrevious ( ) : void
Résultat void