DesignerWindowPane.IVsWindowFrameNotify.OnSize Method

Definition

Notifies the Package that a window is being resized.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnSize() = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnSize;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnSize() = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnSize;
int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnSize();
int IVsWindowFrameNotify.OnSize ();
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnSize : unit -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnSize : unit -> int
Function OnSize () As Integer Implements IVsWindowFrameNotify.OnSize

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to