Delen via


DatabaseSchemaViewNodeExtender Class

Derives from this abstract base class to create property extenders for nodes in Schema View.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectExtenderBase
    Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewNodeExtender

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

Syntax

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

The DatabaseSchemaViewNodeExtender type exposes the following members.

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. (Inherited from DatabaseProjectExtenderBase.)
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. (Inherited from DatabaseProjectExtenderBase.)

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.SchemaModelViewer.SchemaView Namespace