PackageStatus.IsPartiallyStaged 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.
Indique si le package est partiellement intermédiaire.
public:
property bool IsPartiallyStaged { bool get(); };
bool IsPartiallyStaged();
public bool IsPartiallyStaged { get; }
var boolean = packageStatus.isPartiallyStaged;
Public ReadOnly Property IsPartiallyStaged As Boolean
Valeur de propriété
Boolean
bool
True signifie que le package est partiellement intermédiaire ; false, sinon.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|