ProjectItems Methods
Visual Studio 2005
| Name | Description | |
|---|---|---|
| AddFolder | Creates a new folder in Solution Explorer. |
| AddFromDirectory | Adds one or more ProjectItem objects from a directory to the ProjectItems collection. |
| AddFromFile | Adds a project item from a file that is installed in a project directory structure. |
| AddFromFileCopy | Copies a source file and adds it to the project. |
| AddFromTemplate | Creates a new project item from an existing item template file and adds it to the project. |
| GetEnumerator | Returns an enumeration for items in a collection. |
| Item | Returns a ProjectItem object in a ProjectItems collection. |