Compartir a través de


IVsExpansionIntellisenseHost.GetSelection (Método)

Recupera las posiciones de inicio y fin de la selección actual de la extensión.

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

Sintaxis

'Declaración
Function GetSelection ( _
    <OutAttribute> ByRef iStart As Integer, _
    <OutAttribute> ByRef iEnd As Integer _
) As Integer
int GetSelection(
    out int iStart,
    out int iEnd
)
int GetSelection(
    [OutAttribute] int% iStart, 
    [OutAttribute] int% iEnd
)
abstract GetSelection : 
        iStart:int byref * 
        iEnd:int byref -> int
function GetSelection(
    iStart : int, 
    iEnd : int
) : int

Parámetros

  • iStart
    Tipo: Int32%

    [out] Posición inicial del intervalo de texto de la extensión.

  • iEnd
    Tipo: Int32%

    [out] Posición final del intervalo de texto de la extensión.

Valor devuelto

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

Comentarios

C++

de singlefileeditor.idl:

HRESULT IVsExpansionIntellisenseHost::GetSelection([out] long *iStart, [out] long *iEnd);

Seguridad de .NET Framework

Vea también

Referencia

IVsExpansionIntellisenseHost Interfaz

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