C# 클래스 ShaderTools.VisualStudio.Core.Navigation.NavigationExtensions

파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
NavigateTo ( this textView, IBufferGraphFactoryService bufferGraphFactoryService, SnapshotSpan targetSpan, SnapshotSpan targetSeek ) : void
NavigateTo ( this serviceProvider, string fileName, int startLine, int startCol, int endRow, int endCol ) : void

비공개 메소드들

메소드 설명
MapTo ( IBufferGraphFactoryService bufferGraphFactoryService, SnapshotSpan span, ITextSnapshot snapshot, SpanTrackingMode spanTrackingMode ) : SnapshotSpan

메소드 상세

NavigateTo() 공개 정적인 메소드

public static NavigateTo ( this textView, IBufferGraphFactoryService bufferGraphFactoryService, SnapshotSpan targetSpan, SnapshotSpan targetSeek ) : void
textView this
bufferGraphFactoryService IBufferGraphFactoryService
targetSpan SnapshotSpan
targetSeek SnapshotSpan
리턴 void

NavigateTo() 공개 정적인 메소드

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
리턴 void