Share via


CreateSharedPackageContainerResult Class

Definition

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
Object Platform::Object IInspectable CreateSharedPackageContainerResult
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.

Applies to