VCFile.CanMove(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.
Returns true
if a file can be moved to the specified location.
public:
bool CanMove(System::Object ^ Parent);
public:
bool CanMove(Platform::Object ^ Parent);
bool CanMove(winrt::Windows::Foundation::IInspectable const & Parent);
[System.Runtime.InteropServices.DispId(409)]
public bool CanMove (object Parent);
[<System.Runtime.InteropServices.DispId(409)>]
abstract member CanMove : obj -> bool
Public Function CanMove (Parent As Object) As Boolean
Parameters
- Parent
- Object
Required. The folder or project into which you want to move the file or folder.
Returns
true
if a file can be moved to the specified location; otherwise, false
.
- Attributes