BaseExtender Constructor
Initializes an instance of the BaseExtender class.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Sub New ( _
extenderSite As IExtenderSite, _
cookie As Integer _
)
'Usage
Dim extenderSite As IExtenderSite
Dim cookie As Integer
Dim instance As New BaseExtender(extenderSite, _
cookie)
protected BaseExtender(
IExtenderSite extenderSite,
int cookie
)
protected:
BaseExtender(
IExtenderSite^ extenderSite,
int cookie
)
protected function BaseExtender(
extenderSite : IExtenderSite,
cookie : int
)
new :
extenderSite:IExtenderSite *
cookie:int -> BaseExtender
Parameters
- extenderSite
Type: EnvDTE.IExtenderSite
Specifies the extender site
- cookie
Type: System.Int32
Specifies the cookie
Remarks
This class must be ComVisible and public because it is used in the Visual Studio property window.
.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
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace