IVsApplicationConfigurationManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Provides access to IVsApplicationConfiguration instances that correspond to the configuration hierarchy at a given level in a project.
public interface class IVsApplicationConfigurationManager
public interface class IVsApplicationConfigurationManager
__interface IVsApplicationConfigurationManager
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("8213e5f9-8f49-435d-8ab3-cc4811ac0725")]
public interface IVsApplicationConfigurationManager
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("8213e5f9-8f49-435d-8ab3-cc4811ac0725")>]
type IVsApplicationConfigurationManager = interface
Public Interface IVsApplicationConfigurationManager
- Attributes
Methods
GetApplicationConfiguration(IVsHierarchy, UInt32) |
Returns an IVsApplicationConfiguration object that corresponds to the Configuration object for a project at the level indicated by the |