IVsCfgProvider2 Members
Include Protected Members
Include Inherited Members
Allows projects to manage configuration information.
The IVsCfgProvider2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddCfgsOfCfgName | Copies an existing configuration name or creates a new one. | |
AddCfgsOfPlatformName | Copies an existing platform name or creates a new one. | |
AdviseCfgProviderEvents | Registers the caller for configuration event notification. | |
DeleteCfgsOfCfgName | Deletes a specified configuration name. | |
DeleteCfgsOfPlatformName | Deletes a specified platform name. | |
GetCfgNames | Returns one or more configuration names. | |
GetCfgOfName | Returns the configuration object associated with a specified configuration property or platform name. | |
GetCfgProviderProperty | Returns a specified configuration property. | |
GetCfgs | Returns the per-configuration objects for this object. (Inherited from IVsCfgProvider.) | |
GetPlatformNames | Returns one or more platform names. | |
GetSupportedPlatformNames | Returns the set of platforms that are installed on the user's machine. | |
RenameCfgsOfCfgName | Assigns a new name to a configuration. | |
UnadviseCfgProviderEvents | Cancels a registration for configuration event notification. |
Top