Share via


DatabaseProjectConfigurationExtender Class

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.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public MustInherit Class DatabaseProjectConfigurationExtender _
    Inherits BaseExtender
'Usage
Dim instance As DatabaseProjectConfigurationExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public abstract class DatabaseProjectConfigurationExtender : BaseExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class DatabaseProjectConfigurationExtender abstract : public BaseExtender
public abstract class DatabaseProjectConfigurationExtender extends BaseExtender
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type DatabaseProjectConfigurationExtender =  
    class
        inherit BaseExtender
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.BaseExtender
    Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.DatabaseProjectConfigurationExtender
      Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.AgnosticDatabaseConfigurationExtender
      Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.AgnosticDatabaseConfigurationSandboxExtender
      Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders.DatabaseConfigurationExtender
      Microsoft.VisualStudio.Data.Schema.Project.StaticCodeAnalysis.StaticCodeAnalysisExtender

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DatabaseProjectConfigurationExtender Members

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