IVsWindowPane::GetDefaultSize Method (array<SIZE>^)

 

Returns the default size of a given window pane.

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

int GetDefaultSize(
	array<SIZE>^ pSize
)

Parameters

pSize
Type: array<Microsoft.VisualStudio.OLE.Interop::SIZE>^

[out] Pointer to the size of a given window pane.

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 IVsWindowPane::GetDefaultSize(
   [out] SIZE *psize
);
Return to top
Show: