IVsObjBrowser::NavigateTo Method (array<VSOBJECTINFO>^, UInt32)

 

Navigates to object described by VSOBJECTINFO.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int NavigateTo(
	array<VSOBJECTINFO>^ pObjInfo,
	unsigned int dwReserved
)

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::Int32

If 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
);
Return to top
Show: