IVsUIShell.GetPreviousBFNavigationItem(IVsWindowFrame, String, Object) Method

Definition

Returns the previous backward and forward navigation item.

C++/WinRT
int GetPreviousBFNavigationItem([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & & ppWindowFrame, [Runtime::InteropServices::Out] std::wstring const & & pbstrData, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppunk);

Parameters

ppWindowFrame
IVsWindowFrame

[out] Pointer to the window frame for the window containing the backward and forward navigation item.

pbstrData
String

[out] Any arbitrary data that is needed for the navigation point (insertion point).

ppunk
Object

[out] Pointer to a specific interface for the navigation point.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

cpp#
HRESULT IVsUIShell::GetPreviousBFNavigationItem(  
   [out] IVsWindowFrame **ppWindowFrame,  
   [out] BSTR * pbstrData,  
   [out] IUnknown **ppunk  
);  

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022