WindowsUpdate.CurrentAction Propriété
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.
Obtient l’action actuelle dont l’objet WindowsUpdate est en cours de traitement.
public:
property Platform::String ^ CurrentAction { Platform::String ^ get(); };
winrt::hstring CurrentAction();
public string CurrentAction { get; }
var string = windowsUpdate.currentAction;
Public ReadOnly Property CurrentAction As String
Valeur de propriété
Action actuelle dont l’objet WindowsUpdate est en cours de traitement.
Remarques
Il s’agit le plus souvent de « Télécharger » ou « Installer ». D’autres actions possibles incluent « Désinstaller », « Commit » et « PostReboot ».