IVsWindowFrameSwitcher.GetActiveFrame(IVsWindowFrame) Method

Definition

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.

Applies to