Share via


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
Public method DatabaseProjectConfigurationExtender

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Override. (Inherited from BaseExtender.)
Protected method GetConfigurationProperty Gets a project configuration property.
Protected method GetConfigurationPropertyAsBool Tries to get the configuration property as a Boolean. If it fails to parse, returns "defaultValue".
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SetConfigurationProperty Sets a project configuration property.
Public method ToString Override. Converts object to string. (Inherited from BaseExtender.)

Top

Properties

  Name Description
Public property DatabaseProjectNode
Public property ProjectConfiguration

Top

See Also

Reference

DatabaseProjectConfigurationExtender Class

Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace