DesignerWindowPane.IVsWindowFrameNotify.OnMove 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 moved.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnMove() = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnMove;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnMove() = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnMove;
int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnMove();
int IVsWindowFrameNotify.OnMove ();
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnMove : unit -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnMove : unit -> int
Function OnMove () As Integer Implements IVsWindowFrameNotify.OnMove
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.