PackageManager.SetPackageState(String, PackageState) 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.
public:
virtual void SetPackageState(Platform::String ^ packageFullName, PackageState packageState) = SetPackageState;
void SetPackageState(winrt::hstring const& packageFullName, PackageState const& packageState);
public void SetPackageState(string packageFullName, PackageState packageState);
function setPackageState(packageFullName, packageState)
Public Sub SetPackageState (packageFullName As String, packageState As PackageState)
Paramètres
- packageFullName
-
String
Platform::String
winrt::hstring
Nom complet du package.
- packageState
- PackageState
Une des valeurs de l'énumération.
Configuration requise pour Windows
Fonctionnalités de l’application |
packageManagement
|
Remarques
Lorsque SetPackageState est utilisé avec un PackageStatefalsifié, tous les processus qui font partie du package sont arrêtés. Si le package est un package d’infrastructure, tous les processus de tous les packages qui dépendent de l’infrastructure sont également arrêtés. Cette méthode nécessite des privilèges d’administration
et modifie la status pour tous les utilisateurs.