IVsToolbox2::GetFrame Method (IVsWindowFrame^)

 

Returns the window frame for the Toolbox.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetFrame(
	[OutAttribute] IVsWindowFrame^% ppWindowFrame
)

Parameters

ppWindowFrame
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^

[out, retval] Pointer to the window frame for the Toolbox.

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsToolbox2::GetFrame(
   [out, retval]IVsWindowFrame** ppWindowFrame
);
Return to top
Show: