IAppxPackageWriter interface
Provides a write-only object model for app packages.
Members
The IAppxPackageWriter interface inherits from the IUnknown interface. IAppxPackageWriter also has these types of members:
Methods
The IAppxPackageWriter interface has these methods.
| Method | Description |
|---|---|
| AddPayloadFile |
Adds a new payload file to the app package. |
| Close |
Writes footprint files at the end of the app package, and closes the package writer object's output stream. |
Remarks
This object can be retrieved using the CreatePackageWriter method of the IAppxFactory interface.
Examples
For an example, see How to create an app package.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxPackageWriter is defined as 9099e33b-246f-41e4-881a-008eb613f858 |
See also
Show: