Provides a way for a child to create a package object.
This protected member is for internal use only and should not be used.
Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim package1 As New Package()

Syntax

Visual Basic
Protected Sub New()
C#
protected Package();
C++
protected:
Package();
J#
protected Package();
JScript
protected function Package();

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also