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


IVsImmediateStatementCompletion.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

См. также

Ссылки

IVsImmediateStatementCompletion Интерфейс

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