Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables project features to add to the properties of the database project node and to the database configuration objects.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseProjectExtenderContributor(Of TExtendee)
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectExtenderContributor<TExtendee>
[CLSCompliantAttribute(false)]
generic<typename TExtendee>
public interface class IDatabaseProjectExtenderContributor
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectExtenderContributor<'TExtendee> = interface end
JScript does not support generic types or methods.
Type Parameters
- TExtendee
The IDatabaseProjectExtenderContributor<TExtendee> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CanExtend | Returns true if this contributor can extend the extendee under the specified extender name. |
![]() |
GetExtender | Returns an extender for the extendee. |
![]() |
GetExtenderNames | Returns the names of any available extenders for the extendee. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace