다음을 통해 공유


WindowPane.IVsWindowPane.GetDefaultSize Method

Note: This API is now obsolete.

Gets the default size of the window pane. Obsolete.

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

Syntax

‘선언
<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
)

Parameters

Return Value

Type: System.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

See Also

Reference

WindowPane Class

Microsoft.VisualStudio.Shell Namespace