Método IVsObjBrowser.NavigateTo (VSOBJECTINFO , UInt32)
Publicado: abril de 2016
Navega para o objeto descrito por VSOBJECTINFO.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int NavigateTo(
VSOBJECTINFO[] pObjInfo,
uint dwReserved
)
int NavigateTo(
array<VSOBJECTINFO>^ pObjInfo,
unsigned int dwReserved
)
abstract NavigateTo :
pObjInfo:VSOBJECTINFO[] *
dwReserved:uint32 -> int
Function NavigateTo (
pObjInfo As VSOBJECTINFO(),
dwReserved As UInteger
) As Integer
Parâmetros
- pObjInfo
[in]
- dwReserved
[in]
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsObjBrowser::NavigateTo(
[in] const VSOBJECTINFO *pObjInfo,
[in] DWORD dwReserved
);
Consulte também
Interface IVsObjBrowser
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo