Share via


DatabaseProjectExtenderBase Class

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

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabaseProjectExtenderBase
    Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabaseProjectConfigurationExtender
    Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabaseProjectNodeExtender

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

Syntax

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

The DatabaseProjectExtenderBase type exposes the following members.

Constructors

  Name Description
Protected method DatabaseProjectExtenderBase Constructor should pass in the extenderSite and cookie provided by VS. This base class will handle notifying the extenderSite of the delete when this class is Disposed.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize Finalizes this object by notifying the site that this extender is invalid (Overrides Object..::..Finalize() () () ().)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString It just so happens that object.ToString() has the right interface to become an IDispatch property, but we don't want to create a ProjectExtender.ToString property, so we need to explicitly implment this method in order to hide it from COM. (Overrides Object..::..ToString() () () ().)

Top

Remarks

NOTE : This class must be ComVisible and public because it's used in the VS property window.

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.Tools.Package.Project Namespace