Поделиться через


IVsTextViewIntellisenseHost_Corrected.SetContextSelection - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.9.0 (в Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Синтаксис

'Декларация
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

Параметры

  • iStartLine
    Тип: Int32
  • iStartIndex
    Тип: Int32
  • iEndLine
    Тип: Int32
  • iEndIndex
    Тип: Int32

Возвращаемое значение

Тип: Int32

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextViewIntellisenseHost_Corrected Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен