DesignerWindowPane.IVsWindowFrameNotify.OnSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.