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


VsIntellisenseCompletor - интерфейс

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

Синтаксис

'Декларация
<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface VsIntellisenseCompletor _
    Inherits IVsIntellisenseCompletor
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface VsIntellisenseCompletor : IVsIntellisenseCompletor
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class VsIntellisenseCompletor : IVsIntellisenseCompletor
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type VsIntellisenseCompletor =  
    interface 
        interface IVsIntellisenseCompletor 
    end
public interface VsIntellisenseCompletor extends IVsIntellisenseCompletor

Тип VsIntellisenseCompletor предоставляет следующие члены.

Методы

  Имя Описание
Открытый метод Exec(Guid%, UInt32, UInt32, Object%, Object%) (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод GetCompletionSpan Возвращает диапазон completor. (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод GetHeight Получает высоту completor IntelliSense. (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод GetWidth Возвращает ширину completor. (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод GetWindowHandle Получает дескриптор для окна completor. (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод Hide Скрывает completor IntelliSense. (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод Initialize Инициализирует completor IntelliSense. (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод IsActive Определяет, является ли completor активно. (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод SetLocation Задает местоположение completor. (Унаследовано от IVsIntellisenseCompletor.)
Открытый метод Update Обновляет completor IntelliSense. (Унаследовано от IVsIntellisenseCompletor.)

В начало страницы

См. также

Ссылки

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