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 | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Finalizes this object by notifying the site that this extender is not valid. (Inherited from DatabaseProjectExtenderBase.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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