DesignerWindowPane.IVsWindowFrameNotify.OnMove Method

Definition

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.

Implements

Applies to