Initializes a new instance of ProjectFactory using the supplied package.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Sub New ( _
package As Package _
)
'使用
Dim package As Package
Dim instance As New ProjectFactory(package)
protected ProjectFactory(
Package package
)
protected:
ProjectFactory(
Package^ package
)
protected function ProjectFactory(
package : Package
)
Parameters
package
Type: Microsoft.VisualStudio.Shell.PackageThe Package to use.
Permissions
- 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.