C# Class ShaderTools.VisualStudio.Core.Navigation.NavigationExtensions

Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
NavigateTo ( this textView, IBufferGraphFactoryService bufferGraphFactoryService, SnapshotSpan targetSpan, SnapshotSpan targetSeek ) : void
NavigateTo ( this serviceProvider, string fileName, int startLine, int startCol, int endRow, int endCol ) : void

Private Methods

Méthode Description
MapTo ( IBufferGraphFactoryService bufferGraphFactoryService, SnapshotSpan span, ITextSnapshot snapshot, SpanTrackingMode spanTrackingMode ) : SnapshotSpan

Method Details

NavigateTo() public static méthode

public static NavigateTo ( this textView, IBufferGraphFactoryService bufferGraphFactoryService, SnapshotSpan targetSpan, SnapshotSpan targetSeek ) : void
textView this
bufferGraphFactoryService IBufferGraphFactoryService
targetSpan SnapshotSpan
targetSeek SnapshotSpan
Résultat void

NavigateTo() public static méthode

public static NavigateTo ( this serviceProvider, string fileName, int startLine, int startCol, int endRow, int endCol ) : void
serviceProvider this
fileName string
startLine int
startCol int
endRow int
endCol int
Résultat void