IDatabaseSchemaViewExtenderContributor Interface
Enables project features to add properties to Schema View nodes that appear in the Visual Studio property browser.
This API is not CLS-compliant.
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)> _
Public Interface IDatabaseSchemaViewExtenderContributor
[CLSCompliantAttribute(false)]
public interface IDatabaseSchemaViewExtenderContributor
[CLSCompliantAttribute(false)]
public interface class IDatabaseSchemaViewExtenderContributor
[<CLSCompliantAttribute(false)>]
type IDatabaseSchemaViewExtenderContributor = interface end
public interface IDatabaseSchemaViewExtenderContributor
The IDatabaseSchemaViewExtenderContributor type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanExtend | Returns true if this contributor can extend the extendee under the extender name provided. | |
GetExtender | Returns an extender for the extendee. | |
GetExtenderNames | Returns the names for any available extenders for the extendee. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace