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
‘선언
Public Overridable Function GetDefaultSize ( _
size As SIZE() _
) As Integer
public virtual int GetDefaultSize(
SIZE[] size
)
Parameters
- size
Type: array<Microsoft.VisualStudio.OLE.Interop.SIZE[]
An array of SIZE structures.
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
- 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.