ProjectItems Methods

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubmethodAddFolder(String^, String^)

Creates a new folder in Solution Explorer.

System_CAPS_pubmethodAddFromDirectory(String^)

Adds one or more ProjectItem objects from a directory to the ProjectItems collection.

System_CAPS_pubmethodAddFromFile(String^)

Adds a project item from a file that is installed in a project directory structure.

System_CAPS_pubmethodAddFromFileCopy(String^)

Copies a source file and adds it to the project.

System_CAPS_pubmethodAddFromTemplate(String^, String^)

Creates a new project item from an existing item template file and adds it to the project.

System_CAPS_pubmethodGetEnumerator()

Returns an enumeration for items in a collection.

System_CAPS_pubmethodItem(Object^)

Returns a ProjectItem object in a ProjectItems collection.

Return to top
Show: