IVsWindowFrameNotify3::OnMove Method (Int32, Int32, Int32, Int32)
Visual Studio 2015
Notifies the VSPackage that a window is being moved.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- x
-
Type:
System::Int32
[in] New horizontal position.
- y
-
Type:
System::Int32
[in] New vertical position.
- w
-
Type:
System::Int32
[in] New window width.
- h
-
Type:
System::Int32
[in] New window height.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsWindowFrameNotify3::OnMove( [in] int x, [in] int y, [in] int w, [in] int h );
Show: