DesignerWindowPane.IVsWindowFrameNotify.OnMove Method
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣言
Private Function OnMove As Integer Implements IVsWindowFrameNotify.OnMove
'使用
Dim instance As DesignerWindowPane
Dim returnValue As Integer
returnValue = CType(instance, IVsWindowFrameNotify).OnMove()
int IVsWindowFrameNotify.OnMove()
private:
virtual int OnMove() sealed = IVsWindowFrameNotify::OnMove
JScript does not support explicit interface implementations.
Return Value
Type: System.Int32
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.