OutputGroup Members

Include Protected Members
Include Inherited Members

Defines a project's build output group. Implements IVsOutputGroup and IVsOutputGroup2.

The OutputGroup type exposes the following members.

Constructors

  Name Description
Public method OutputGroup Initializes a new instance of OutputGroup for the specified name, MSBuild target name, project, and configuration.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method get_CanonicalName Gets the name of the output group.
Public method get_DeployDependencies Gets one or more output dependencies.
Public method get_Description Gets the description of this output group.
Public method get_DisplayName Gets the display name of the output group.
Public method get_KeyOutput Gets the name of the key output group.
Public method get_KeyOutputObject Gets the actual object that represents the key output.
Public method get_Outputs Gets any number of outputs in this group.
Public method get_ProjectCfg Gets the project configuration.
Public method get_Property Gets the value for the specified property.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InvalidateGroup Invalidates a group.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method Refresh Rebuilds the target and resets the list of outputs and the key output.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Protected property Project Gets the project that produces this output group.
Protected property ProjectCfg Gets the configuration that produces this output.
Protected property TargetName Gets the MSBuild target name.

Top

See Also

Reference

OutputGroup Class

Microsoft.VisualStudio.Package Namespace