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
- config
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectConfiguration
The configuration that is extended.
- extenderSite
Type: EnvDTE.IExtenderSite
The extender site, represented by an IExtenderSite interface.
- cookie
Type: System.Int32
The cookie that identifies the extender.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectConfigurationExtender Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace