IPropertyPage2.Move(RECT[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Move(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRect);
public:
void Move(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRect);
void Move(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & pRect);
public void Move (Microsoft.VisualStudio.OLE.Interop.RECT[] pRect);
abstract member Move : Microsoft.VisualStudio.OLE.Interop.RECT[] -> unit
Public Sub Move (pRect As RECT())
Parameters
- pRect
- RECT[]