ProjectItems Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | AddFolder(String^, String^) | Creates a new folder in Solution Explorer. |
![]() | AddFromDirectory(String^) | Adds one or more ProjectItem objects from a directory to the ProjectItems collection. |
![]() | AddFromFile(String^) | Adds a project item from a file that is installed in a project directory structure. |
![]() | AddFromFileCopy(String^) | Copies a source file and adds it to the project. |
![]() | AddFromTemplate(String^, String^) | 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(Object^) | Returns a ProjectItem object in a ProjectItems collection. |
Show:
