IVsApplicationConfigurationManager Interface
Visual Studio 2015
Provides access to IVsApplicationConfiguration instances that correspond to the configuration hierarchy at a given level in a project.
Assembly: Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)
| Name | Description | |
|---|---|---|
![]() | GetApplicationConfiguration(IVsHierarchy, UInt32) | Returns an IVsApplicationConfiguration object that corresponds to the Configuration object for a project at the level indicated by the hierarchy and itemId parameters. |
Use the IVsApplicationConfigurationManager interface to return IVsApplicationConfiguration instances in order to modify the configuration for WCF service references.
The IVsApplicationConfigurationManager can be accessed as a global service.
Show:
