ITextStructureNavigator Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | GetExtentOfWord(SnapshotPoint) | Gets the extent of the word at the given position. |
![]() | GetSpanOfEnclosing(SnapshotSpan) | Gets the span of the enclosing syntactic element of the specified snapshot span. |
![]() | GetSpanOfFirstChild(SnapshotSpan) | Gets the span of the first child syntactic element of the specified snapshot span. |
![]() | GetSpanOfNextSibling(SnapshotSpan) | Gets the span of the next sibling syntactic element of the specified snapshot span. |
![]() | GetSpanOfPreviousSibling(SnapshotSpan) | Gets the span of the previous sibling syntactic element of the specified snapshot span. |
Show:
