Condividi tramite


Metodo IVsIntellisenseHost_Corrected.SetContextSelection

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 SetContextSelection ( _
    iStartLine As Integer, _
    iStartIndex As Integer, _
    iEndLine As Integer, _
    iEndIndex As Integer _
) As Integer
int SetContextSelection(
    int iStartLine,
    int iStartIndex,
    int iEndLine,
    int iEndIndex
)
int SetContextSelection(
    [InAttribute] int iStartLine, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndLine, 
    [InAttribute] int iEndIndex
)
abstract SetContextSelection : 
        iStartLine:int * 
        iStartIndex:int * 
        iEndLine:int * 
        iEndIndex:int -> int
function SetContextSelection(
    iStartLine : int, 
    iStartIndex : int, 
    iEndLine : int, 
    iEndIndex : int
) : int

Parametri

  • iStartLine
    Tipo: Int32
  • iStartIndex
    Tipo: Int32
  • iEndLine
    Tipo: Int32
  • iEndIndex
    Tipo: Int32

Valore restituito

Tipo: Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsIntellisenseHost_Corrected Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop