IVsOutputGroup Members
Include Protected Members
Include Inherited Members
Allows projects to group outputs according to usage.
The IVsOutputGroup type exposes the following members.
Methods
Name | Description | |
---|---|---|
get_CanonicalName | Returns the canonical name of the output group. | |
get_DeployDependencies | Provides access to one or more deployment dependencies. | |
get_Description | Returns the description of an output group. | |
get_DisplayName | Returns the display name of the output group. | |
get_KeyOutput | Returns the canonical name of the key output group. | |
get_Outputs | Returns an array of pointers to IVsOutput2 interfaces providing access to a configuration's output items. | |
get_ProjectCfg | Returns a pointer to the configuration's IVsProjectCfg2 interface. |
Top