ITextStructureNavigator::GetSpanOfPreviousSibling Method (SnapshotSpan)
Visual Studio 2015
Gets the span of the previous sibling syntactic element of the specified snapshot span.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- activeSpan
-
Type:
Microsoft.VisualStudio.Text::SnapshotSpan
The SnapshotSpan from which to get the span of the previous sibling syntactic element.
Return Value
Type: Microsoft.VisualStudio.Text::SnapshotSpanA SnapshotSpan that represents the previous sibling syntactic element.
If the specified span has zero length, then the behavior is the same as that of GetSpanOfEnclosing.
If the specified snapshot span covers multiple syntactic elements, then this method returns the span of the previous element.
If the specified snapshot span covers a syntactic element that does not have a sibling element, then the behavior is the same as that of GetSpanOfEnclosing.
Show: