Compartir a través de


IVsTextView.GetSelectionSpan (Método)

Devuelve el intervalo de texto asociado con una selección.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Este método es similar al GetSelection pero devuelve una estructura de TextSpan con las coordenadas del búfer de texto.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)