DatabaseProjectExtenderBase Constructor
Initializes a new instance of the DatabaseProjectExtenderBase class.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Sub New ( _
extenderSite As IExtenderSite, _
cookie As Integer _
)
protected DatabaseProjectExtenderBase(
IExtenderSite extenderSite,
int cookie
)
protected:
DatabaseProjectExtenderBase(
IExtenderSite^ extenderSite,
int cookie
)
new :
extenderSite:IExtenderSite *
cookie:int -> DatabaseProjectExtenderBase
protected function DatabaseProjectExtenderBase(
extenderSite : IExtenderSite,
cookie : int
)
Parameters
- 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
DatabaseProjectExtenderBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace