IDatabaseProjectConfigurationProvider Interface

The manager for all the project configurations.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseProjectConfigurationProvider
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectConfigurationProvider
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectConfigurationProvider
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectConfigurationProvider =  interface end
public interface IDatabaseProjectConfigurationProvider

The IDatabaseProjectConfigurationProvider type exposes the following members.

Properties

  Name Description
Public property ProjectConfigurations Returns the project configurations for this project node.
Public property ProjectManager Returns the project manager for this provider.

Top

Methods

  Name Description
Public method GetProjectConfiguration Returns a specific configuration.

Top

Events

  Name Description
Public event ConfigurationAdded Raised when a configuration has been added to the database project.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace