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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function GetDefaultUIElementSize ( _
size As SIZE() _
) As Integer Implements IVsUIElementPane.GetDefaultUIElementSize
int IVsUIElementPane.GetDefaultUIElementSize(
SIZE[] size
)
private:
virtual int GetDefaultUIElementSize(
array<SIZE>^ size
) sealed = IVsUIElementPane::GetDefaultUIElementSize
private abstract GetDefaultUIElementSize :
size:SIZE[] -> int
private override GetDefaultUIElementSize :
size:SIZE[] -> int
JScript does not support explicit interface implementations.
Parameters
size
Type: array<Microsoft.VisualStudio.OLE.Interop.SIZE[][out] The size.
Return Value
Type: 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.