SharedPackageContainerManager 类

定义

提供用于创建、删除和检索 SharedPackageContainer 对象的方法。

public ref class SharedPackageContainerManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Deployment.SharedPackageContainerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SharedPackageContainerManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Deployment.SharedPackageContainerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SharedPackageContainerManager
Public NotInheritable Class SharedPackageContainerManager
继承
Object Platform::Object IInspectable SharedPackageContainerManager
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.22000.0 中引入)
API contract
Windows.Management.Deployment.SharedPackageContainerContract (在 v1.0 中引入)

方法

CreateContainer(String, CreateSharedPackageContainerOptions)

提供用于创建、删除和检索 SharedPackageContainer 对象的方法。

DeleteContainer(String, DeleteSharedPackageContainerOptions)

删除指定的包容器。

FindContainers()

检索当前管理器范围内所有 SharedPackageContainer 对象的列表。

FindContainers(FindSharedPackageContainerOptions)

使用提供的 FindSharedPackageContainerOptions 指定的条件,检索当前管理器范围内 SharedPackageContainer 对象的列表。

GetContainer(String)

提供用于创建、删除和检索 SharedPackageContainer 对象的方法。

GetDefault()

获取当前用户的 SharedPackageContainerManager 类的实例。

GetForProvisioning()

获取 SharedPackageContainerManager 类的实例,该类有助于预配将应用于所有用户的容器。

GetForUser(String)

获取指定用户的 SharedPackageContainerManager 类的实例。

适用于