DatabaseProjectConfigurationExtender Members
Include Protected Members
Include Inherited Members
This type is only used internally; you cannot use it directly from your code. Derive from this class to create extenders for database project configurations.
The DatabaseProjectConfigurationExtender type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseProjectConfigurationExtender |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Override. (Inherited from BaseExtender.) | |
GetConfigurationProperty | Gets a project configuration property. | |
GetConfigurationPropertyAsBool | Tries to get the configuration property as a Boolean. If it fails to parse, returns "defaultValue". | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetConfigurationProperty | Sets a project configuration property. | |
ToString | Override. Converts object to string. (Inherited from BaseExtender.) |
Top
Properties
Name | Description | |
---|---|---|
DatabaseProjectNode | ||
ProjectConfiguration |
Top
See Also
Reference
DatabaseProjectConfigurationExtender Class
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace