Condividi tramite


Metodo IVsIntellisenseHost_Corrected.GetContextSelection

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsIntellisenseHost_Corrected Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop