IVsApplicationConfigurationManager Interface

 

Provides access to IVsApplicationConfiguration instances that correspond to the configuration hierarchy at a given level in a project.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces9
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)

[GuidAttribute("8213e5f9-8f49-435d-8ab3-cc4811ac0725")]
[CLSCompliantAttribute(false)]
public interface IVsApplicationConfigurationManager

NameDescription
System_CAPS_pubmethodGetApplicationConfiguration(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.

Return to top
Show: