VCFile.CanMove Method

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)

Syntax

声明
Function CanMove ( _
    Parent As Object _
) As Boolean
用法
Dim instance As VCFile
Dim Parent As Object
Dim returnValue As Boolean

returnValue = instance.CanMove(Parent)
bool CanMove(
    Object Parent
)
bool CanMove(
    [InAttribute] Object^ Parent
)
function CanMove(
    Parent : Object
) : boolean

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.

Permissions

See Also

Reference

VCFile Interface

VCFile Members

Microsoft.VisualStudio.VCProjectEngine Namespace