DeploymentResult.IsRegistered Proprietà

Definizione

Descrive se il pacchetto è completamente registrato e pronto per l'uso.

public:
 property bool IsRegistered { bool get(); };
bool IsRegistered();
public bool IsRegistered { get; }
var boolean = deploymentResult.isRegistered;
Public ReadOnly Property IsRegistered As Boolean

Valore della proprietà

Boolean

bool

true se il pacchetto è registrato; in caso contrario, false.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)

Si applica a

Vedi anche