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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.