SimpleEditorView::GetDefaultSize Method (array<SIZE>^)

 

Gets the default size of the window.

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

public:
virtual int GetDefaultSize(
	array<SIZE>^ size
)

Parameters

size
Type: array<Microsoft.VisualStudio.OLE.Interop::SIZE>^

An array of SIZE structures.

By default the size is 100 x 100 pixels.

Return to top
Show: