C# Class ShaderTools.VisualStudio.Hlsl.Navigation.EditorNavigationSource

Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Méthodes publiques

Méthode Description
EditorNavigationSource ( ITextBuffer textBuffer, BackgroundParser backgroundParser, DispatcherGlyphService glyphService ) : System
GetNavigationTargets ( ) : IEnumerable
Initialize ( ) : void

Private Methods

Méthode Description
InvalidateTargets ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : Task
OnNavigationTargetsChanged ( EventArgs e ) : void

Method Details

EditorNavigationSource() public méthode

public EditorNavigationSource ( ITextBuffer textBuffer, BackgroundParser backgroundParser, DispatcherGlyphService glyphService ) : System
textBuffer ITextBuffer
backgroundParser ShaderTools.VisualStudio.Hlsl.Parsing.BackgroundParser
glyphService ShaderTools.VisualStudio.Hlsl.Glyphs.DispatcherGlyphService
Résultat System

GetNavigationTargets() public méthode

public GetNavigationTargets ( ) : IEnumerable
Résultat IEnumerable

Initialize() public méthode

public Initialize ( ) : void
Résultat void