TargetedContentAppInstallationState Enumeration

Definition

Definiert die möglichen Installationszustände für TargetedContentValue.File/TargetedContentValue.Files-Inhalte in einem TargetedContentContainer.

public enum class TargetedContentAppInstallationState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.TargetedContent.TargetedContentContract, 65536)]
enum class TargetedContentAppInstallationState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.TargetedContent.TargetedContentContract), 65536)]
public enum TargetedContentAppInstallationState
var value = Windows.Services.TargetedContent.TargetedContentAppInstallationState.notApplicable
Public Enum TargetedContentAppInstallationState
Vererbung
TargetedContentAppInstallationState
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Services.TargetedContent.TargetedContentContract (eingeführt in v1.0)
App-Funktionen
secondaryAuthenticationFactor

Felder

Installed 2

Die Datei(en) ist installiert.

NotApplicable 0

Dateien können nicht installiert werden.

NotInstalled 1

Die Datei(en) ist nicht installiert.

Gilt für:

Weitere Informationen