Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Notifies the Package that a window is being resized.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Function OnSize As Integer Implements IVsWindowFrameNotify.OnSize
'Usage
Dim instance As DesignerWindowPane
Dim returnValue As Integer
returnValue = CType(instance, IVsWindowFrameNotify).OnSize()
int IVsWindowFrameNotify.OnSize()
private:
virtual int OnSize() sealed = IVsWindowFrameNotify::OnSize
private abstract OnSize : unit -> int
private override OnSize : unit -> int
JScript does not support explicit interface implementations.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
.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.