DatabaseProjectExtenderBase Class

This is the base class for all extenders (both node extenders and configuration extenders).

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectExtenderBase
    Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectConfigurationExtender
    Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectNodeExtender
    Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewNodeExtender
    Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal.SqlDatabaseSchemaViewNodeExtender

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public MustInherit Class DatabaseProjectExtenderBase
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public abstract class DatabaseProjectExtenderBase
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class DatabaseProjectExtenderBase abstract
[<AbstractClass>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type DatabaseProjectExtenderBase =  class end
public abstract class DatabaseProjectExtenderBase

The DatabaseProjectExtenderBase type exposes the following members.

Constructors

  Name Description
Protected method DatabaseProjectExtenderBase Initializes a new instance of the DatabaseProjectExtenderBase class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Finalizes this object by notifying the site that this extender is not valid. (Overrides Object.Finalize().)
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.)
Public method ToString Converts to a string. (Overrides Object.ToString().)

Top

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

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace