Repositions and resizes the property page dialog box according to the contents of the RECT structure.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub Move ( _
arrRect As RECT() _
)
'使用
Dim instance As SettingsPage
Dim arrRect As RECT()
instance.Move(arrRect)
public virtual void Move(
RECT[] arrRect
)
public:
virtual void Move(
array<RECT>^ arrRect
)
public function Move(
arrRect : RECT[]
)
Parameters
arrRect
Type: []An array of RECT structures with the position information.
Implements
Remarks
Calls to this method must occur after a call to Activate and before a corresponding call to [M:Microsoft.VisualStudio.OLE.Interop.IPropertyPage.Deactivate()].
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.