IVsWindowFrameSwitcher.GetActiveFrame(IVsWindowFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the inner frame of the active tool for the group.
public:
int GetActiveFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ % pFrame);
public:
int GetActiveFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ & pFrame);
int GetActiveFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & & pFrame);
public int GetActiveFrame (out Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame pFrame);
abstract member GetActiveFrame : IVsWindowFrame -> int
Public Function GetActiveFrame (ByRef pFrame As IVsWindowFrame) As Integer
Parameters
- pFrame
- IVsWindowFrame
[out] The frame.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.