次の方法で共有


CortanaPermissionsManager クラス

定義

ユーザーに Cortana 承認設定へのアクセスを提供します。

public ref class CortanaPermissionsManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CortanaPermissionsManager final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("CortanaPermissionsManager is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class CortanaPermissionsManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CortanaPermissionsManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("CortanaPermissionsManager is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public sealed class CortanaPermissionsManager
Public NotInheritable Class CortanaPermissionsManager
継承
Object Platform::Object IInspectable CortanaPermissionsManager
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
cortanaPermissions

注釈

これは静的クラスです。メンバーにアクセスするために CortanaPermissionsManager オブジェクトを取得する必要はありません。

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

  • パッケージ化する<>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • [機能]<>
    • <rescap:capability name="cortanaPermissions"/>

メソッド

ArePermissionsGrantedAsync(IIterable<CortanaPermission>)

指定したアクセス許可が付与されているかどうかを非同期的に再処理します。

GetDefault()

現在のユーザーの Cortana アクセス許可を取得します。

GrantPermissionsAsync(IIterable<CortanaPermission>)

指定した Cortana アクセス許可のセットを非同期的に付与します。

IsSupported()

Cortana がサポートされているかどうかを取得します。

RevokePermissionsAsync(IIterable<CortanaPermission>)

指定した Cortana アクセス許可のセットを非同期的に取り消します。

適用対象