IVsWindowPane::GetDefaultSize Method (array<SIZE>^)
Visual Studio 2015
Returns the default size of a given window pane.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pSize
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::SIZE>^
[out] Pointer to the size of a given window pane.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsWindowPane::GetDefaultSize( [out] SIZE *psize );
Show: