IVsApplicationConfigurationManager Interface

Definition

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 hierarchy and itemId parameters.

Applies to