OutputGroup Interface

Definition

Contains the file names for a given named output group.

public interface class OutputGroup
public interface class OutputGroup
__interface OutputGroup
[System.Runtime.InteropServices.Guid("A3A80783-875F-435B-9639-E5CE888DF737")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface OutputGroup
[System.Runtime.InteropServices.Guid("A3A80783-875F-435B-9639-E5CE888DF737")]
public interface OutputGroup
[<System.Runtime.InteropServices.Guid("A3A80783-875F-435B-9639-E5CE888DF737")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type OutputGroup = interface
[<System.Runtime.InteropServices.Guid("A3A80783-875F-435B-9639-E5CE888DF737")>]
type OutputGroup = interface
Public Interface OutputGroup
Attributes

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.

Properties

CanonicalName

Gets the unique name used for this output group.

Collection

Gets the collection containing the object supporting this property or contained within this code construct.

Description

Gets a string that represents the use of the output group.

DisplayName

Gets the name used in the user interface for this output group.

DTE

Gets the top-level extensibility object.

FileCount

Gets the number of files associated with an OutputGroup .

FileNames

Gets a list of all of the file names in the output group.

FileURLs

Gets the list of files built in this output group.

Applies to