VCFilter.Move Method
Moves a file or folder into the top level of the project or a new folder.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub Move ( _
Parent As Object _
)
void Move(
Object Parent
)
void Move(
[InAttribute] Object^ Parent
)
abstract Move :
Parent:Object -> unit
function Move(
Parent : Object
)
Parameters
Parent
Type: System.ObjectRequired. 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.
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.
.NET Framework Security
- 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.