Freigeben über


IElisionBuffer.ExpandSpans-Methode

Erweitert den Text, der von der angegebenen Spanne angegeben wird.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Function ExpandSpans ( _
    spansToExpand As NormalizedSpanCollection _
) As IProjectionSnapshot
IProjectionSnapshot ExpandSpans(
    NormalizedSpanCollection spansToExpand
)
IProjectionSnapshot^ ExpandSpans(
    NormalizedSpanCollection^ spansToExpand
)
abstract ExpandSpans : 
        spansToExpand:NormalizedSpanCollection -> IProjectionSnapshot
function ExpandSpans(
    spansToExpand : NormalizedSpanCollection
) : IProjectionSnapshot

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot
Ein IProjectionSnapshot.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

spansToExpand ist nullein Nullverweis (Nothing in Visual Basic).

ArgumentOutOfRangeException

Das Ende der letzten Spannen in spansToExpand ist größer als die Länge der aktuellen Momentaufnahme SourceBuffer.

.NET Framework-Sicherheit

Siehe auch

Referenz

IElisionBuffer Schnittstelle

Microsoft.VisualStudio.Text.Projection-Namespace