IVsProjectCfg2 Members
Include Protected Members
Include Inherited Members
Provides support for grouping output based on the configuration, in addition to the methods in the IVsProjectCfg interface.
The IVsProjectCfg2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnumOutputs | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
EnumOutputs(IVsEnumOutputs%) | Obsolete method. Do not use. | |
get_BuildableProjectCfg | Provides access to a configuration's IVsBuildableProjectCfg interface to use to manage the build process. (Inherited from IVsProjectCfg.) | |
get_BuildableProjectCfg(IVsBuildableProjectCfg%) | Provides access to a configuration's IVsBuildableProjectCfg interface to use to manage the build process. | |
get_CanonicalName | Returns a configuration's canonical name. (Inherited from IVsProjectCfg.) | |
get_CanonicalName(String%) | Returns a configuration's canonical name. | |
get_CfgType | Provides access to a configuration interface such as IVsBuildableProjectCfg or IVsDebuggableProjectCfg. | |
get_DisplayName(String%) | Returns a string that describes the configuration and can be displayed in the environment's UI. (Inherited from IVsProjectCfg.) | |
get_DisplayName(String%) | Returns a string that describes the configuration and can be displayed in the environment's UI. | |
get_IsDebugOnly(Int32%) | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
get_IsDebugOnly(Int32%) | Obsolete method. Do not use. | |
get_IsPackaged | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
get_IsPackaged(Int32%) | Obsolete method. Do not use. | |
get_IsPrivate | Returns whether or not a configuration is private or shared. | |
get_IsReleaseOnly(Int32%) | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
get_IsReleaseOnly(Int32%) | Obsolete method. Do not use. | |
get_IsSpecifyingOutputSupported | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
get_IsSpecifyingOutputSupported(Int32%) | Obsolete method. Do not use. | |
get_OutputGroups | Returns an array of IVsOutputGroup pointers for the output groups of a configuration. | |
get_Platform | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
get_Platform(Guid%) | Obsolete method. Do not use. | |
get_ProjectCfgProvider | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
get_ProjectCfgProvider(IVsProjectCfgProvider%) | Obsolete method. Do not use. | |
get_RootURL | Returns a configuration's root URL for its output items. (Inherited from IVsProjectCfg.) | |
get_RootURL(String%) | Returns a configuration's root URL for its output items. | |
get_TargetCodePage | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
get_TargetCodePage(UInt32%) | Obsolete method. Do not use. | |
get_UpdateSequenceNumber | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
get_UpdateSequenceNumber(array<ULARGE_INTEGER[]) | Obsolete method. Do not use. | |
get_VirtualRoot | This method is required for debugging Web projects. | |
OpenOutput | Obsolete method. Do not use. (Inherited from IVsProjectCfg.) | |
OpenOutput(String, IVsOutput%) | Obsolete method. Do not use. | |
OpenOutputGroup | Returns a specific output group. | |
OutputsRequireAppRoot | This method replaces the get_IsWebApplication method from the now-obsolete IVsDeployWebProject interface. |
Top