Partilhar via


Método VsIntellisenseCompletorClass.SetLocation

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
Public Overridable Function SetLocation ( _
    p As POINT() _
) As Integer
public virtual int SetLocation(
    POINT[] p
)
public:
virtual int SetLocation(
    array<POINT>^ p
)
abstract SetLocation : 
        p:POINT[] -> int  
override SetLocation : 
        p:POINT[] -> int
public function SetLocation(
    p : POINT[]
) : int

Parâmetros

  • p
    Tipo: array<POINT[]

Valor de retorno

Tipo: Int32

Implementações

IVsIntellisenseCompletor.SetLocation(array<POINT[])

Segurança do .NET Framework

Consulte também

Referência

VsIntellisenseCompletorClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop