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