IVsImmediateStatementCompletion.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
- pCmdWinView
Тип: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
- fInitialEnable
Тип: Int32
Возвращаемое значение
Тип: Int32
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
IVsImmediateStatementCompletion Интерфейс
Microsoft.VisualStudio.TextManager.Interop - пространство имен