Freigeben über


CortanaSettings.HasUserConsentToVoiceActivation Eigenschaft

Definition

Ruft ab, ob der Benutzer der Sprachaktivierung zugestimmt hat.

public:
 property bool HasUserConsentToVoiceActivation { bool get(); };
bool HasUserConsentToVoiceActivation();
/// [get: Windows.Foundation.Metadata.Deprecated("ICortanaSettings is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.System.SystemManagementContract")]
bool HasUserConsentToVoiceActivation();
public bool HasUserConsentToVoiceActivation { get; }
public bool HasUserConsentToVoiceActivation { [Windows.Foundation.Metadata.Deprecated("ICortanaSettings is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.System.SystemManagementContract")] get; }
var boolean = cortanaSettings.hasUserConsentToVoiceActivation;
Public ReadOnly Property HasUserConsentToVoiceActivation As Boolean

Eigenschaftswert

Boolean

bool

TRUE , wenn der Benutzer zugestimmt hat. Andernfalls lautet der Wert false.

Attribute

Hinweise

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

  • Zum <Packen>
    • IgnorableNamespaces="iot"
  • Unter <Funktionen>
    • <iot:Capability Name="systemManagement"/>

Gilt für: