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


IVsIntellisenseCompletor.GetHeight - метод

Получает высоту completor IntelliSense.

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

Синтаксис

'Декларация
Function GetHeight ( _
    ByRef dwHeight As UInteger _
) As Integer
int GetHeight(
    ref uint dwHeight
)
int GetHeight(
    unsigned int% dwHeight
)
abstract GetHeight : 
        dwHeight:uint32 byref -> int
function GetHeight(
    dwHeight : uint
) : int

Параметры

  • dwHeight
    Тип: UInt32%

    Высота completor.

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

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

Заметки

C++

Из singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetHeight(DWORD *dwHeight);

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

См. также

Ссылки

IVsIntellisenseCompletor Интерфейс

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