IVsBackForwardNavigation::NavigateTo Method (IVsWindowFrame^, String^, Object^)
Visual Studio 2015
Moves the cursor to a specific point.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pFrame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
[in] Pointer to the IVsWindowFrame interface.
- bstrData
-
Type:
System::String^
[in] Optional. String to match to determine the starting point for the navigation.
- punk
-
Type:
System::Object^
[in] Pointer to the IUnknown interface from which to retrieve the navigation points.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsBackForwardNavigation::NavigateTo( [in] IVsWindowFrame *pFrame, [in] BSTR bstrData, [in] IUnknown *punk );
Show: