VCFile::CanMove Method (Object^)

 

Returns true if a file can be moved to the specified location.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

bool CanMove(
	Object^ Parent
)

Parameters

Parent
Type: System::Object^

Required. The folder or project into which you want to move the file or folder.

Return Value

Type: System::Boolean

true if a file can be moved to the specified location; otherwise, false.

Return to top
Show: