Freigeben über


CortanaPermissionsChangeResult Enumeration

Definition

Gibt die möglichen Ergebnisse beim Festlegen von Berechtigungen mithilfe von CortanaPermissionsManager an.

public enum class CortanaPermissionsChangeResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class CortanaPermissionsChangeResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Deprecated("CortanaPermissionsChangeResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
enum class CortanaPermissionsChangeResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum CortanaPermissionsChangeResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Deprecated("CortanaPermissionsChangeResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public enum CortanaPermissionsChangeResult
var value = Windows.Services.Cortana.CortanaPermissionsChangeResult.success
Public Enum CortanaPermissionsChangeResult
Vererbung
CortanaPermissionsChangeResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
App-Funktionen
cortanaPermissions

Felder

DisabledByPolicy 2

Änderungen an Einstellungen sind nicht zulässig.

Success 0

Alle Berechtigungen wurden erfolgreich festgelegt.

Unavailable 1

Fehler beim Festlegen einer oder mehrerer Berechtigungen.

Hinweise

Für die CortanaPermissionManager-Klasse muss Folgendes zum Package.appmanifest hinzugefügt werden:

  • Zum <Paket>

    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • Unter <Funktionen>

    • <rescap:capability name="cortanaPermissions"/>
  • "iot" in die Liste der IgnorableNamespaces

    • <iot:Capability Name="systemManagement"/>

Gilt für:

Weitere Informationen