PackageManager.SetPackageVolumeOfflineAsync(PackageVolume) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le volume spécifié à un état hors connexion. L’appelant doit être membre du groupe Administrateurs.
public:
virtual IAsyncOperationWithProgress<DeploymentResult ^, DeploymentProgress> ^ SetPackageVolumeOfflineAsync(PackageVolume ^ packageVolume) = SetPackageVolumeOfflineAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> SetPackageVolumeOfflineAsync(PackageVolume const& packageVolume);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<DeploymentResult,DeploymentProgress> SetPackageVolumeOfflineAsync(PackageVolume packageVolume);
function setPackageVolumeOfflineAsync(packageVolume)
Public Function SetPackageVolumeOfflineAsync (packageVolume As PackageVolume) As IAsyncOperationWithProgress(Of DeploymentResult, DeploymentProgress)
Paramètres
- packageVolume
- PackageVolume
Volume à mettre hors connexion.
Retours
Objet que l’appelant peut observer pour suivre la progression et la fin de l’appel. L’objet implémente le modèle IAsyncOperationWithProgress .
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
packageManagement
|