Delen via


DatabaseProjectConfigurationExtender Constructor

Initializes a new instance of the DatabaseProjectConfigurationExtender class.

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

Syntax

'Declaration
Public Sub New ( _
    config As IDatabaseProjectConfiguration, _
    extenderSite As IExtenderSite, _
    cookie As Integer _
)
public DatabaseProjectConfigurationExtender(
    IDatabaseProjectConfiguration config,
    IExtenderSite extenderSite,
    int cookie
)
public:
DatabaseProjectConfigurationExtender(
    IDatabaseProjectConfiguration^ config, 
    IExtenderSite^ extenderSite, 
    int cookie
)
new : 
        config:IDatabaseProjectConfiguration * 
        extenderSite:IExtenderSite * 
        cookie:int -> DatabaseProjectConfigurationExtender
public function DatabaseProjectConfigurationExtender(
    config : IDatabaseProjectConfiguration, 
    extenderSite : IExtenderSite, 
    cookie : int
)

Parameters

  • cookie
    Type: System.Int32
    The cookie that identifies the extender.

.NET Framework Security

See Also

Reference

DatabaseProjectConfigurationExtender Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace