OutputGroup Interface

Contains the file names for a given named output group.

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

Syntax

'Declaration
<GuidAttribute("A3A80783-875F-435B-9639-E5CE888DF737")> _
Public Interface OutputGroup
'Usage
Dim instance As OutputGroup
[GuidAttribute("A3A80783-875F-435B-9639-E5CE888DF737")]
public interface OutputGroup
[GuidAttribute(L"A3A80783-875F-435B-9639-E5CE888DF737")]
public interface class OutputGroup
public interface OutputGroup

Remarks

Each project has a group of files, known collectively as an output group, that are 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.Item.

See Also

Reference

OutputGroup Members

EnvDTE Namespace