VCFile::CanMove Method (Object^)
Visual Studio 2015
Returns true if a file can be moved to the specified location.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- Parent
-
Type:
System::Object^
Required. The folder or project into which you want to move the file or folder.
Return Value
Type: System::Booleantrue if a file can be moved to the specified location; otherwise, false.
Show: