IVsUIElementPane.GetDefaultUIElementSize Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Dichiarazione
Function GetDefaultUIElementSize ( _
    <OutAttribute> psize As SIZE() _
) As Integer
'Utilizzo
Dim instance As IVsUIElementPane
Dim psize As SIZE()
Dim returnValue As Integer

returnValue = instance.GetDefaultUIElementSize(psize)
int GetDefaultUIElementSize(
    SIZE[] psize
)
int GetDefaultUIElementSize(
    [OutAttribute] array<SIZE>^ psize
)
abstract GetDefaultUIElementSize : 
        psize:SIZE[] byref -> int 
function GetDefaultUIElementSize(
    psize : SIZE[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIElementPane Interface

Microsoft.VisualStudio.Shell.Interop Namespace