Share via


SimpleEditorView.GetDefaultSize Method

Gets the default size of the window.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Overridable Function GetDefaultSize ( _
    size As SIZE() _
) As Integer
public virtual int GetDefaultSize(
    SIZE[] size
)
public:
virtual int GetDefaultSize(
    array<SIZE>^ size
)
abstract GetDefaultSize : 
        size:SIZE[] -> int  
override GetDefaultSize : 
        size:SIZE[] -> int
public function GetDefaultSize(
    size : SIZE[]
) : int

Parameters

Return Value

Type: System.Int32
S_OK.

Implements

IVsWindowPane.GetDefaultSize(array<SIZE[])

Remarks

By default the size is 100 x 100 pixels.

.NET Framework Security

See Also

Reference

SimpleEditorView Class

Microsoft.VisualStudio.Package Namespace