CreateSharedPackageContainerResult Class
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.
Represents the results of a call to SharedPackageContainerManager.CreateContainer.
public ref class CreateSharedPackageContainerResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Deployment.SharedPackageContainerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CreateSharedPackageContainerResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Deployment.SharedPackageContainerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CreateSharedPackageContainerResult
Public NotInheritable Class CreateSharedPackageContainerResult
- Inheritance
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.22000.0)
|
API contract |
Windows.Management.Deployment.SharedPackageContainerContract (introduced in v1.0)
|
Properties
Container |
Gets a reference to the shared package container created by the call to SharedPackageContainerManager.CreateContainer. |
ExtendedError |
Gets a the extended error code from a call to SharedPackageContainerManager.CreateContainer. |
Status |
Gets a the result status of a call to SharedPackageContainerManager.CreateContainer. |