C# 클래스 dnSpy.Text.Operations.TextStructureNavigator

Default navigator. A word is just one character. This one shouldn't be used at all, it's just the default one created by TextStructureNavigatorSelectorService if nothing else is found.
상속: ITextStructureNavigator
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
GetExtentOfWord ( SnapshotPoint currentPosition ) : TextExtent
GetSpanOfEnclosing ( SnapshotSpan activeSpan ) : SnapshotSpan
GetSpanOfFirstChild ( SnapshotSpan activeSpan ) : SnapshotSpan
GetSpanOfNextSibling ( SnapshotSpan activeSpan ) : SnapshotSpan
GetSpanOfPreviousSibling ( SnapshotSpan activeSpan ) : SnapshotSpan
TextStructureNavigator ( ITextBuffer textBuffer, IContentType contentType ) : System

메소드 상세

GetExtentOfWord() 공개 메소드

public GetExtentOfWord ( SnapshotPoint currentPosition ) : TextExtent
currentPosition SnapshotPoint
리턴 TextExtent

GetSpanOfEnclosing() 공개 메소드

public GetSpanOfEnclosing ( SnapshotSpan activeSpan ) : SnapshotSpan
activeSpan SnapshotSpan
리턴 SnapshotSpan

GetSpanOfFirstChild() 공개 메소드

public GetSpanOfFirstChild ( SnapshotSpan activeSpan ) : SnapshotSpan
activeSpan SnapshotSpan
리턴 SnapshotSpan

GetSpanOfNextSibling() 공개 메소드

public GetSpanOfNextSibling ( SnapshotSpan activeSpan ) : SnapshotSpan
activeSpan SnapshotSpan
리턴 SnapshotSpan

GetSpanOfPreviousSibling() 공개 메소드

public GetSpanOfPreviousSibling ( SnapshotSpan activeSpan ) : SnapshotSpan
activeSpan SnapshotSpan
리턴 SnapshotSpan

TextStructureNavigator() 공개 메소드

public TextStructureNavigator ( ITextBuffer textBuffer, IContentType contentType ) : System
textBuffer ITextBuffer
contentType IContentType
리턴 System