PackageManager.RemovePackageVolumeAsync(PackageVolume) 方法

定义

删除指定的卷。

public:
 virtual IAsyncOperationWithProgress<DeploymentResult ^, DeploymentProgress> ^ RemovePackageVolumeAsync(PackageVolume ^ volume) = RemovePackageVolumeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> RemovePackageVolumeAsync(PackageVolume const& volume);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<DeploymentResult,DeploymentProgress> RemovePackageVolumeAsync(PackageVolume volume);
function removePackageVolumeAsync(volume)
Public Function RemovePackageVolumeAsync (volume As PackageVolume) As IAsyncOperationWithProgress(Of DeploymentResult, DeploymentProgress)

参数

volume
PackageVolume

要删除的卷。

返回

一个 对象,调用方可以观察该对象,用于跟踪调用的进度和完成情况。 对象实现 IAsyncOperationWithProgress 模式。

属性

注解

若要成功调用此方法,调用方需要满足以下条件之一:

  • 调用方在 AppContainer (低 IL) 中运行, 并且 具有 packageManagement 受限功能。
  • 调用方以中等 IL 或更高方式运行。
  • 调用方发布者与要删除的包 (或卷) 的发布者匹配。

有关上述术语的说明以及指向详细信息的链接,请参阅 打包、部署和处理

适用于

另请参阅