Partager via


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

'Déclaration
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.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.

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

See Also

Reference

VCFilter Interface

Microsoft.VisualStudio.VCProjectEngine Namespace