Compartir a través de


IVsIntellisenseHost_Corrected.GetContextSelection (Método)

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

Sintaxis

'Declaración
Function GetContextSelection ( _
    <OutAttribute> pSelectionSpan As TextSpan() _
) As Integer
int GetContextSelection(
    TextSpan[] pSelectionSpan
)
int GetContextSelection(
    [OutAttribute] array<TextSpan>^ pSelectionSpan
)
abstract GetContextSelection : 
        pSelectionSpan:TextSpan[] byref -> int
function GetContextSelection(
    pSelectionSpan : TextSpan[]
) : int

Parámetros

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseHost_Corrected Interfaz

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