OutputGroups Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a collection of OutputGroup objects.
public interface class OutputGroups : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("F9FA748E-E302-44CF-891B-E263189D585E")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface OutputGroups : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("F9FA748E-E302-44CF-891B-E263189D585E")]
public interface OutputGroups : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("F9FA748E-E302-44CF-891B-E263189D585E")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type OutputGroups = interface
interface IEnumerable
[<System.Runtime.InteropServices.Guid("F9FA748E-E302-44CF-891B-E263189D585E")>]
type OutputGroups = interface
interface IEnumerable
Public Interface OutputGroups
Implements IEnumerable
- Attributes
- Implements
Remarks
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
.
Properties
Count |
Gets a value indicating the number of objects in the OutputGroups collection. |
DTE |
Gets the top-level extensibility object. |
Parent |
Gets the immediate parent object of an OutputGroups collection. |
Methods
GetEnumerator() |
Gets an enumerator for items in the collection. |
Item(Object) |
Returns a OutputGroup object in a OutputGroups collection. |