PackageStagingEventArgs.IsComplete 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 d’application est terminé en préproduction.
public:
property bool IsComplete { bool get(); };
bool IsComplete();
public bool IsComplete { get; }
var boolean = packageStagingEventArgs.isComplete;
Public ReadOnly Property IsComplete As Boolean
Valeur de propriété
Boolean
bool
True indique que le package d’application est terminé en préproduction ; false, sinon.