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


IVsIntellisenseCompletor.Hide - метод

Скрывает completor IntelliSense.

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

Синтаксис

'Декларация
Function Hide As Integer
int Hide()
int Hide()
abstract Hide : unit -> int
function Hide() : int

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

Тип: Int32
Если метод завершается успешно, возвращается VSConstants.S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

C++

Из singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::Hide();

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

См. также

Ссылки

IVsIntellisenseCompletor Интерфейс

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