CortanaPermission 枚举

定义

public enum class CortanaPermission
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class CortanaPermission
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Deprecated("CortanaPermission 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 CortanaPermission
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum CortanaPermission
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Deprecated("CortanaPermission 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 CortanaPermission
var value = Windows.Services.Cortana.CortanaPermission.browsingHistory
Public Enum CortanaPermission
继承
CortanaPermission
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
cortanaPermissions

字段

BrowsingHistory 0

Cortana 可以访问用户的 Web 浏览历史记录。

Calendar 1

Cortana 可以访问用户的日历。

CallHistory 2

Cortana 可以访问用户的呼叫历史记录。

Contacts 3

Cortana 可以访问用户的联系人。

Email 4

Cortana 可以发送电子邮件。

InputPersonalization 5

Cortana 可以访问输入个性化设置。

Location 6

Cortana 可以访问用户的位置。

Messaging 7

Cortana 可以发送短信。

Microphone 8

Cortana 可以访问麦克风。

Personalization 9

公开 Cortana 个性化设置。

PhoneCall 10

Cortana 可以拨打电话。

注解

CortanaPermissionManager 类要求将以下内容添加到 Package.appmanifest:

  • 要 <打包>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • 在“功能”下<>
    • <rescap:capability name="cortanaPermissions"/>

适用于

另请参阅