WindowPane.IVsUIElementPane.GetDefaultUIElementSize Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaración
Private Function GetDefaultUIElementSize ( _
size As SIZE() _
) As Integer Implements IVsUIElementPane.GetDefaultUIElementSize
'Uso
Dim instance As WindowPane
Dim size As SIZE()
Dim returnValue As Integer
returnValue = CType(instance, IVsUIElementPane).GetDefaultUIElementSize(size)
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[]
Return Value
Type: System.Int32
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.