WindowPane::IVsUIElementPane::GetDefaultUIElementSize Method (array<SIZE>^)

 

When implemented in a derived class, gets the default size of the pane.

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

private:
virtual int GetDefaultUIElementSize(
	array<SIZE>^ size
) sealed = IVsUIElementPane::GetDefaultUIElementSize

Parameters

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

[out] The size.

Return Value

Type: System::Int32

By default this method returns E_NOTIMPL.

Return to top
Show: