IVsToolbox.GetFrame(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.
Returns the window frame for the Toolbox
.
public:
int GetFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ % ppWindowFrame);
public:
int GetFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ & ppWindowFrame);
int GetFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & & ppWindowFrame);
public int GetFrame (out Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame ppWindowFrame);
abstract member GetFrame : IVsWindowFrame -> int
Public Function GetFrame (ByRef ppWindowFrame As IVsWindowFrame) As Integer
Parameters
- ppWindowFrame
- IVsWindowFrame
[out, retval] Pointer to the window frame for the Toolbox.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsToolbox::GetFrame(
[out, retval]IVsWindowFrame** ppWindowFrame
);