Partager via


PackageInstallingEventArgs.IsComplete Propriété

Définition

Indique si l’installation du package d’application est terminée.

public:
 property bool IsComplete { bool get(); };
bool IsComplete();
public bool IsComplete { get; }
var boolean = packageInstallingEventArgs.isComplete;
Public ReadOnly Property IsComplete As Boolean

Valeur de propriété

Boolean

bool

True indique que l’installation du package d’application est terminée ; false, sinon.

S’applique à