OutputGroups Interface
Visual Studio 2015
Contains a collection of OutputGroup objects.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | Gets an enumerator for items in the collection. |
![]() | Item(Object^) | Returns a OutputGroup object in a OutputGroups collection. |
Each project has a group of files, known collectively as an output group, that is marked as the outputs for that project. Deployment projects can include output groups from other projects for deployment purposes. Each output group contains the files that are either built by the project or are outputs for the project.
Reference this object by using Project.ConfigurationManager.Configurations.Item.OutputGroups.
Show:

