VCFile Methods

 

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

NameDescription
System_CAPS_pubmethodAddFile(String^)

Adds a file to the current project or folder.

System_CAPS_pubmethodCanAddFile(String^)

Returns true if the specified file can be added to the current project or filter.

System_CAPS_pubmethodCanMove(Object^)

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

System_CAPS_pubmethodMatchName(String^, Boolean)

Matches a specified name to the name of a collection item.

System_CAPS_pubmethodMove(Object^)

Moves a file or folder into the top level of the project or a new folder.

System_CAPS_pubmethodRemove()

Removes the specified project from the solution.

System_CAPS_pubmethodRemoveFile(Object^)

Removes a file from the current project or folder.

Return to top
Show: