VCFile.RemoveFile Method

Removes a file from the current project or folder.

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

Syntax

'Declaration
Sub RemoveFile ( _
    File As Object _
)
'Usage
Dim instance As VCFile 
Dim File As Object

instance.RemoveFile(File)
void RemoveFile(
    Object File
)
void RemoveFile(
    [InAttribute] Object^ File
)
function RemoveFile(
    File : Object
)

Parameters

Remarks

RemoveFile can be called on a VCProject or VCFilter object. Either removes the file from both its current folder, if one exists, and the project. RemoveFile does not delete the file from disk.

.NET Framework Security

See Also

Reference

VCFile Interface

VCFile Members

Microsoft.VisualStudio.VCProjectEngine Namespace