C# Class dnSpy.Text.Operations.AnyTextStructureNavigator

Inheritance: ITextStructureNavigator
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
AnyTextStructureNavigator ( ITextBuffer textBuffer, IContentType contentType ) : System
GetExtentOfWord ( SnapshotPoint currentPosition ) : TextExtent
GetSpanOfEnclosing ( SnapshotSpan activeSpan ) : SnapshotSpan
GetSpanOfFirstChild ( SnapshotSpan activeSpan ) : SnapshotSpan
GetSpanOfNextSibling ( SnapshotSpan activeSpan ) : SnapshotSpan
GetSpanOfPreviousSibling ( SnapshotSpan activeSpan ) : SnapshotSpan

Method Details

AnyTextStructureNavigator() public méthode

public AnyTextStructureNavigator ( ITextBuffer textBuffer, IContentType contentType ) : System
textBuffer ITextBuffer
contentType IContentType
Résultat System

GetExtentOfWord() public méthode

public GetExtentOfWord ( SnapshotPoint currentPosition ) : TextExtent
currentPosition SnapshotPoint
Résultat TextExtent

GetSpanOfEnclosing() public méthode

public GetSpanOfEnclosing ( SnapshotSpan activeSpan ) : SnapshotSpan
activeSpan SnapshotSpan
Résultat SnapshotSpan

GetSpanOfFirstChild() public méthode

public GetSpanOfFirstChild ( SnapshotSpan activeSpan ) : SnapshotSpan
activeSpan SnapshotSpan
Résultat SnapshotSpan

GetSpanOfNextSibling() public méthode

public GetSpanOfNextSibling ( SnapshotSpan activeSpan ) : SnapshotSpan
activeSpan SnapshotSpan
Résultat SnapshotSpan

GetSpanOfPreviousSibling() public méthode

public GetSpanOfPreviousSibling ( SnapshotSpan activeSpan ) : SnapshotSpan
activeSpan SnapshotSpan
Résultat SnapshotSpan