IDatabaseProjectConfiguration Interface
Represents a single configuration in the project system, such as "Debug".
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 IDatabaseProjectConfiguration
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectConfiguration
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectConfiguration
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectConfiguration = interface end
public interface IDatabaseProjectConfiguration
The IDatabaseProjectConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConfigName | Gets the name of the configuration. | |
DatabaseProjectNode | Gets the owning IDatabaseProjectNode. |
Top
Methods
Name | Description | |
---|---|---|
GetConfigurationProperty | Returns the value of a configuration's property. | |
SetConfigurationProperty(String, String, DatabaseProjectEventPropagation) | Sets a project property to the specified value. | |
SetConfigurationProperty(String, String, DatabaseProjectPropertyComparisonType, DatabaseProjectEventPropagation) | Sets a project property to the specified value. | |
SetProjectDirty | Sets the project to a dirty state. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace