IVsImmediateStatementCompletion2.EnableStatementCompletion_Deprecated 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
Function EnableStatementCompletion_Deprecated ( _
    fEnable As Integer, _
    iStartIndex As Integer, _
    iEndIndex As Integer _
) As Integer
int EnableStatementCompletion_Deprecated(
    int fEnable,
    int iStartIndex,
    int iEndIndex
)
int EnableStatementCompletion_Deprecated(
    [InAttribute] int fEnable, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndIndex
)
abstract EnableStatementCompletion_Deprecated : 
        fEnable:int * 
        iStartIndex:int * 
        iEndIndex:int -> int
function EnableStatementCompletion_Deprecated(
    fEnable : int, 
    iStartIndex : int, 
    iEndIndex : int
) : int

参数

  • fEnable
    类型:Int32
  • iStartIndex
    类型:Int32
  • iEndIndex
    类型:Int32

返回值

类型:Int32

.NET Framework 安全性

请参阅

参考

IVsImmediateStatementCompletion2 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间