IVsCfgProvider2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddCfgsOfCfgName(String^, String^, Int32) | Copies an existing configuration name or creates a new one. |
![]() | AddCfgsOfPlatformName(String^, String^) | Copies an existing platform name or creates a new one. |
![]() | AdviseCfgProviderEvents(IVsCfgProviderEvents^, UInt32) | Registers the caller for configuration event notification. |
![]() | DeleteCfgsOfCfgName(String^) | Deletes a specified configuration name. |
![]() | DeleteCfgsOfPlatformName(String^) | Deletes a specified platform name. |
![]() | GetCfgNames(UInt32, array<String^>^, array<UInt32>^) | Returns one or more configuration names. |
![]() | GetCfgOfName(String^, String^, IVsCfg^) | Returns the configuration object associated with a specified configuration property or platform name. |
![]() | GetCfgProviderProperty(Int32, Object^) | Returns a specified configuration property. |
![]() | GetCfgs(UInt32, array<IVsCfg^>^, array<UInt32>^, array<UInt32>^) | Returns the per-configuration objects for this object. |
![]() | GetPlatformNames(UInt32, array<String^>^, array<UInt32>^) | Returns one or more platform names. |
![]() | GetSupportedPlatformNames(UInt32, array<String^>^, array<UInt32>^) | Returns the set of platforms that are installed on the user's machine. |
![]() | RenameCfgsOfCfgName(String^, String^) | Assigns a new name to a configuration. |
![]() | UnadviseCfgProviderEvents(UInt32) | Cancels a registration for configuration event notification. |
Show:
