IVsIntellisenseHost_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 安全性

请参阅

参考

IVsIntellisenseHost_Corrected 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间