Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note: This API is now obsolete.
Gets the default size of the window pane. Obsolete.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function GetDefaultSize ( _
    pSize As SIZE() _
) As Integer Implements IVsWindowPane.GetDefaultSize
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.GetDefaultSize(
    SIZE[] pSize
)
[ObsoleteAttribute(L"The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
private:
virtual int GetDefaultSize(
    array<SIZE>^ pSize
) sealed = IVsWindowPane::GetDefaultSize
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private abstract GetDefaultSize : 
        pSize:SIZE[] -> int 
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private override GetDefaultSize : 
        pSize:SIZE[] -> int
JScript does not support explicit interface implementations.
Parameters
- pSize 
 Type: array<Microsoft.VisualStudio.OLE.Interop.SIZE[]- An array of SIZE structures. 
Return Value
Type: Int32
E_NOTIMPL .
Implements
IVsWindowPane.GetDefaultSize(array<SIZE[])
Remarks
The [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] interface on this class is obsolete. Please use [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] instead.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.