SimpleEditorView.GetDefaultSize Method

Gets the default size of the window.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'宣言
Public Overridable Function GetDefaultSize ( _
    size As SIZE() _
) As Integer
'使用
Dim instance As SimpleEditorView
Dim size As SIZE()
Dim returnValue As Integer

returnValue = instance.GetDefaultSize(size)
public virtual int GetDefaultSize(
    SIZE[] size
)
public:
virtual int GetDefaultSize(
    array<SIZE>^ size
)
public function GetDefaultSize(
    size : SIZE[]
) : int

Parameters

  • size
    Type: []

    An array of SIZE structures.

Return Value

Type: System.Int32

S_OK().

Implements

IVsWindowPane.GetDefaultSize([])

Remarks

By default the size is 100 x 100 pixels.

Permissions

See Also

Reference

SimpleEditorView Class

SimpleEditorView Members

Microsoft.VisualStudio.Package Namespace