IVsToolbox.GetFrame(IVsWindowFrame) Method

Definition

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  
);  

Applies to