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 | |
---|---|---|
ProjectConfigurations | Returns the project configurations for this project node. | |
ProjectManager | Returns the project manager for this provider. |
Top
Methods
Name | Description | |
---|---|---|
GetProjectConfiguration | Returns a specific configuration. |
Top
Events
Name | Description | |
---|---|---|
ConfigurationAdded | Raised when a configuration has been added to the database project. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace