IVsObjBrowser::NavigateTo Method (array<VSOBJECTINFO>^, UInt32)
Visual Studio 2015
Navigates to object described by VSOBJECTINFO.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pObjInfo
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSOBJECTINFO>^
[in] The object to which to navigate.
- dwReserved
-
Type:
System::UInt32
[in] Reserved. Do not use.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsObjBrowser::NavigateTo( [in] const VSOBJECTINFO *pObjInfo, [in] DWORD dwReserved );
Show: