次の方法で共有


CortanaSettings.HasUserConsentToVoiceActivation プロパティ

定義

ユーザーが音声アクティブ化に同意したかどうかを取得します。

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

プロパティ値

Boolean

bool

ユーザー が同意した場合は true。 それ以外の場合は、 falseです。

属性

注釈

CortanaSettings クラスを Package.appmanifest に追加するには、次のものが必要です。

  • パッケージ化<>
    • IgnorableNamespaces="iot"
  • [機能]<>
    • <iot:Capability Name="systemManagement"/>

適用対象