Condividi tramite


PackageInstallingEventArgs.IsComplete Proprietà

Definizione

Indica se il pacchetto dell'app viene eseguito l'installazione.

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

Valore della proprietà

Boolean

bool

True indica che il pacchetto dell'app viene eseguito l'installazione; false, in caso contrario.

Si applica a