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


IVsIntellisenseCompletor.SetLocation - метод

Задает местоположение completor.

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

Синтаксис

'Декларация
Function SetLocation ( _
    p As POINT() _
) As Integer
int SetLocation(
    POINT[] p
)
int SetLocation(
    array<POINT>^ p
)
abstract SetLocation : 
        p:POINT[] -> int
function SetLocation(
    p : POINT[]
) : int

Параметры

  • p
    Тип: array<POINT[]

    Указатель на начало расположения completor.

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

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

Заметки

C++

Из singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::SetLocation(POINT *p);

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

См. также

Ссылки

IVsIntellisenseCompletor Интерфейс

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