다음을 통해 공유


WindowPane.IVsUIElementPane.GetDefaultUIElementSize Method

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

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

Syntax

‘선언
Private Function GetDefaultUIElementSize ( _
    size As SIZE() _
) As Integer Implements IVsUIElementPane.GetDefaultUIElementSize
int IVsUIElementPane.GetDefaultUIElementSize(
    SIZE[] size
)

Parameters

Return Value

Type: System.Int32
By default this method returns E_NOTIMPL.

Implements

IVsUIElementPane.GetDefaultUIElementSize(array<SIZE[])

.NET Framework Security

See Also

Reference

WindowPane Class

Microsoft.VisualStudio.Shell Namespace