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


IVsImmediateStatementCompletion2.EnableStatementCompletion - метод

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

Синтаксис

'Декларация
Function EnableStatementCompletion ( _
    fEnable As Integer, _
    iStartIndex As Integer, _
    iEndIndex As Integer, _
    pTextView As IVsTextView _
) As Integer
int EnableStatementCompletion(
    int fEnable,
    int iStartIndex,
    int iEndIndex,
    IVsTextView pTextView
)
int EnableStatementCompletion(
    [InAttribute] int fEnable, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndIndex, 
    [InAttribute] IVsTextView^ pTextView
)
abstract EnableStatementCompletion : 
        fEnable:int * 
        iStartIndex:int * 
        iEndIndex:int * 
        pTextView:IVsTextView -> int
function EnableStatementCompletion(
    fEnable : int, 
    iStartIndex : int, 
    iEndIndex : int, 
    pTextView : IVsTextView
) : int

Параметры

  • fEnable
    Тип: Int32
  • iStartIndex
    Тип: Int32
  • iEndIndex
    Тип: Int32

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

Тип: Int32

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

См. также

Ссылки

IVsImmediateStatementCompletion2 Интерфейс

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