IElisionBuffer::ExpandSpans Method (NormalizedSpanCollection^)
Visual Studio 2015
Expands the text specified by the specified spans.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- spansToExpand
-
Type:
Microsoft.VisualStudio.Text::NormalizedSpanCollection^
The spans of text to expand, with respect to the current snapshot of the source buffer. It is not an error if some of the designated text is already expanded.
Return Value
Type: Microsoft.VisualStudio.Text.Projection::IProjectionSnapshot^| Exception | Condition |
|---|---|
| ArgumentNullException | spansToExpand is null. |
| ArgumentOutOfRangeException | The end of the final spans in spansToExpand is greater than the length of the current snapshot of the SourceBuffer. |
Show: