DataPackage Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor that creates a new DataPackage.
public:
DataPackage();
DataPackage();
public DataPackage();
function DataPackage()
Public Sub New ()
Remarks
In general, the system handles the destruction of a DataPackage object. Your app should not have to handle this event.