DesignerWindowPane.IVsWindowFrameNotify.OnSize Method

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Private Function OnSize As Integer Implements IVsWindowFrameNotify.OnSize
'使用
Dim instance As DesignerWindowPane
Dim returnValue As Integer

returnValue = CType(instance, IVsWindowFrameNotify).OnSize()
int IVsWindowFrameNotify.OnSize()
private:
virtual int OnSize() sealed = IVsWindowFrameNotify::OnSize
JScript does not support explicit interface implementations.

Return Value

Type: System.Int32

Implements

IVsWindowFrameNotify.OnSize()

Permissions

See Also

Reference

DesignerWindowPane Class

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace