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
'Declaração
Private Function GetDefaultUIElementSize ( _
size As SIZE() _
) As Integer Implements IVsUIElementPane.GetDefaultUIElementSize
int IVsUIElementPane.GetDefaultUIElementSize(
SIZE[] size
)
Parameters
- size
Type: array<Microsoft.VisualStudio.OLE.Interop.SIZE[]
[out] The size.
Return Value
Type: System.Int32
By default this method returns E_NOTIMPL.
Implements
IVsUIElementPane.GetDefaultUIElementSize(array<SIZE[])
.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.