C# 클래스 ShaderTools.VisualStudio.Hlsl.Tagging.Highlighting.HighlightingNavigationManager

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

공개 메소드들

메소드 설명
HighlightingNavigationManager ( ITextView textView, ITagAggregator tagAggregator ) : System.Collections.Generic
NavigateToNext ( ) : void
NavigateToPrevious ( ) : void

비공개 메소드들

메소드 설명
GetAllTags ( ) : IEnumerable
GetCurrentTag ( ) : SnapshotSpan?
GetTags ( SnapshotSpan snapshotSpan ) : IEnumerable
SelectTag ( SnapshotSpan span ) : void

메소드 상세

HighlightingNavigationManager() 공개 메소드

public HighlightingNavigationManager ( ITextView textView, ITagAggregator tagAggregator ) : System.Collections.Generic
textView ITextView
tagAggregator ITagAggregator
리턴 System.Collections.Generic

NavigateToNext() 공개 메소드

public NavigateToNext ( ) : void
리턴 void

NavigateToPrevious() 공개 메소드

public NavigateToPrevious ( ) : void
리턴 void