Compartir a través de


IVsIntellisenseCompletor.SetLocation (Método)

Establece la ubicación completor.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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

Parámetros

  • p
    Tipo: array<POINT[]

    Puntero al inicio de la ubicación completor.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve VSConstants.S_OK.Si se produce un error, devuelve un código de error.

Comentarios

C++

de singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::SetLocation(POINT *p);

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseCompletor Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)