IDatabaseProjectExtenderContributor<TExtendee> Interface

Provides project features with the ability to contribute to the properties of the database project node properties and of the database configuration objects.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseProjectExtenderContributor(Of TExtendee)
'Usage
Dim instance As IDatabaseProjectExtenderContributor(Of TExtendee)
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectExtenderContributor<TExtendee>
[CLSCompliantAttribute(false)]
generic<typename TExtendee>
public interface class IDatabaseProjectExtenderContributor
JScript does not support generic types or methods.
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectExtenderContributor<'TExtendee> =  interface end

Type Parameters

  • TExtendee

See Also

Reference

IDatabaseProjectExtenderContributor<TExtendee> Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace