WindowPane::IVsWindowPane::GetDefaultSize Method (array<SIZE>^)
Visual Studio 2015
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Return to top
Gets the default size of the window pane. Obsolete.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: [ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")] virtual int GetDefaultSize( array<SIZE>^ pSize ) sealed = IVsWindowPane::GetDefaultSize
Parameters
- pSize
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::SIZE>^
An array of SIZE structures.
The T:Microsoft.VisualStudio.Shell.Interop.IVsWindowPane interface on this class is obsolete. Please use T:Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane instead.
Show: