OutputGroups Interface

 

Contains a collection of OutputGroup objects.

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

[GuidAttribute("F9FA748E-E302-44CF-891B-E263189D585E")]
public interface class OutputGroups : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets a value indicating the number of objects in the OutputGroups collection.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of an OutputGroups collection.

NameDescription
System_CAPS_pubmethodGetEnumerator()

Gets an enumerator for items in the collection.

System_CAPS_pubmethodItem(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.

Return to top
Show: