Freigeben über


IMappingSpan.GetSpans-Methode (ITextBuffer)

Ordnet die Spanne einem bestimmten ITextBuffer zu.

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

Syntax

'Declaration
Function GetSpans ( _
    targetBuffer As ITextBuffer _
) As NormalizedSnapshotSpanCollection
NormalizedSnapshotSpanCollection GetSpans(
    ITextBuffer targetBuffer
)
NormalizedSnapshotSpanCollection^ GetSpans(
    ITextBuffer^ targetBuffer
)
abstract GetSpans : 
        targetBuffer:ITextBuffer -> NormalizedSnapshotSpanCollection
function GetSpans(
    targetBuffer : ITextBuffer
) : NormalizedSnapshotSpanCollection

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection
Die möglicherweise leere Auflistung von Spannen im targetBuffer, der die Spanne zugeordnet wird.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

targetBuffer ist nullein Nullverweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

IMappingSpan Schnittstelle

GetSpans-Überladung

Microsoft.VisualStudio.Text-Namespace