Método IVsIntellisenseCompletor.SetLocation
Define o local de completor.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
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[]Ponteiro para o início da localização completor.
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna VSConstants.S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
C++
De singlefileeditor.idl:
HRESULT IVsIntellisenseCompletor::SetLocation(POINT *p);
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.