Freigeben über


IVsTextView.GetSelectionSpan-Methode

Gibt den Textabschnitt zurück, der mit einer Auswahl zugeordnet ist.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function GetSelectionSpan ( _
    <OutAttribute> pSpan As TextSpan() _
) As Integer
int GetSelectionSpan(
    TextSpan[] pSpan
)
int GetSelectionSpan(
    [OutAttribute] array<TextSpan>^ pSpan
)
abstract GetSelectionSpan : 
        pSpan:TextSpan[] byref -> int
function GetSelectionSpan(
    pSpan : TextSpan[]
) : int

Parameter

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextView::GetSelectionSpan(
   [out] TextSpan *pSpan
);

Diese Methode ist ähnlich dem GetSelection gibt jedoch eine TextSpan Struktur mit den Textpuffer Koordinaten zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextView Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace