VCFilter.Move(Object) 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.
Moves a file or folder into the top level of the project or a new folder.
public:
void Move(System::Object ^ Parent);
public:
void Move(Platform::Object ^ Parent);
void Move(winrt::Windows::Foundation::IInspectable const & Parent);
[System.Runtime.InteropServices.DispId(2359)]
public void Move (object Parent);
[<System.Runtime.InteropServices.DispId(2359)>]
abstract member Move : obj -> unit
Public Sub Move (Parent As Object)
Parameters
- Parent
- Object
Required. The project or folder into which you want to move the file or folder. This parent must be in the same project as the current file or folder being moved.
- Attributes
Remarks
The file or folder that is moved is the object on which you are calling Move. The destination of the move is the parameter passed to Move.