Freigeben über


ITextViewLine.GetTextElementSpan-Methode

Ruft die Spanne ab, deren Textelementindex der angegebenen Pufferposition entspricht.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Function GetTextElementSpan ( _
    bufferPosition As SnapshotPoint _
) As SnapshotSpan
SnapshotSpan GetTextElementSpan(
    SnapshotPoint bufferPosition
)
SnapshotSpan GetTextElementSpan(
    SnapshotPoint bufferPosition
)
abstract GetTextElementSpan : 
        bufferPosition:SnapshotPoint -> SnapshotSpan
function GetTextElementSpan(
    bufferPosition : SnapshotPoint
) : SnapshotSpan

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.SnapshotSpan
Die SnapshotSpan, die dem angegebenen Textelement entspricht.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLine Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace