Freigeben über


AppInstallItem.LaunchAfterInstall Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die App, die sich in der Installationswarteschlange befindet, nach der Installation automatisch gestartet wird.

public:
 property bool LaunchAfterInstall { bool get(); void set(bool value); };
bool LaunchAfterInstall();

void LaunchAfterInstall(bool value);
public bool LaunchAfterInstall { get; set; }
var boolean = appInstallItem.launchAfterInstall;
appInstallItem.launchAfterInstall = boolean;
Public Property LaunchAfterInstall As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die App in der Installationswarteschlange nach der Installation automatisch gestartet wird; andernfalls false.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)
App-Funktionen
runFullTrust

Gilt für: