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


IVsImmediateStatementCompletion2.InstallStatementCompletion - метод

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

Синтаксис

'Декларация
Function InstallStatementCompletion ( _
    fInstall As Integer, _
    pCmdWinView As IVsTextView, _
    fInitialEnable As Integer _
) As Integer
int InstallStatementCompletion(
    int fInstall,
    IVsTextView pCmdWinView,
    int fInitialEnable
)
int InstallStatementCompletion(
    [InAttribute] int fInstall, 
    [InAttribute] IVsTextView^ pCmdWinView, 
    [InAttribute] int fInitialEnable
)
abstract InstallStatementCompletion : 
        fInstall:int * 
        pCmdWinView:IVsTextView * 
        fInitialEnable:int -> int
function InstallStatementCompletion(
    fInstall : int, 
    pCmdWinView : IVsTextView, 
    fInitialEnable : int
) : int

Параметры

  • fInstall
    Тип: Int32
  • fInitialEnable
    Тип: Int32

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

Тип: Int32

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

См. также

Ссылки

IVsImmediateStatementCompletion2 Интерфейс

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