ScriptAndResultsEditorControl.IVsWindowFrameNotify3.OnMove 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify3.OnMove(int x, int y, int w, int h) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify3::OnMove;
int IVsWindowFrameNotify3.OnMove (int x, int y, int w, int h);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify3.OnMove : int * int * int * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify3.OnMove : int * int * int * int -> int
Function OnMove (x As Integer, y As Integer, w As Integer, h As Integer) As Integer Implements IVsWindowFrameNotify3.OnMove
参数
- x
- Int32
- y
- Int32
- w
- Int32
- h
- Int32