Compartir a través de


VsTextViewClass.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
Public Overridable Function GetSelectionSpan ( _
    <OutAttribute> pSpan As TextSpan() _
) As Integer
public virtual int GetSelectionSpan(
    TextSpan[] pSpan
)
public:
virtual int GetSelectionSpan(
    [OutAttribute] array<TextSpan>^ pSpan
)
abstract GetSelectionSpan : 
        pSpan:TextSpan[] byref -> int  
override GetSelectionSpan : 
        pSpan:TextSpan[] byref -> int
public function GetSelectionSpan(
    pSpan : TextSpan[]
) : int

Parámetros

Valor devuelto

Tipo: Int32

Implementaciones

IVsTextView.GetSelectionSpan(array<TextSpan[])

Seguridad de .NET Framework

Vea también

Referencia

VsTextViewClass Clase

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