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


IVsIntellisenseCompletor.GetWidth - метод

Возвращает ширину completor.

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

Синтаксис

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

Параметры

  • dwWidth
    Тип: UInt32%

    Ширина completor.

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

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

Заметки

C++

Из singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetWidth(DWORD *dwWidth);

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

См. также

Ссылки

IVsIntellisenseCompletor Интерфейс

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