VCFile Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Name | Description | |
|---|---|---|
![]() | AddFile(String^) | Adds a file to the current project or folder. |
![]() | CanAddFile(String^) | Returns true if the specified file can be added to the current project or filter. |
![]() | CanMove(Object^) | Returns true if a file can be moved to the specified location. |
![]() | MatchName(String^, Boolean) | Matches a specified name to the name of a collection item. |
![]() | Move(Object^) | Moves a file or folder into the top level of the project or a new folder. |
![]() | Remove() | Removes the specified project from the solution. |
![]() | RemoveFile(Object^) | Removes a file from the current project or folder. |
Show:
