Partager via


CortanaPermissionsManager.IsSupported Méthode

Définition

Récupère si Cortana est pris en charge.

public:
 virtual bool IsSupported() = IsSupported;
bool IsSupported();
/// [Windows.Foundation.Metadata.Deprecated("ICortanaPermissionsManager is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
bool IsSupported();
public bool IsSupported();
[Windows.Foundation.Metadata.Deprecated("ICortanaPermissionsManager is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public bool IsSupported();
function isSupported()
Public Function IsSupported () As Boolean

Retours

Boolean

bool

true si Cortana est prise en charge. Dans le cas contraire, la valeur est false.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
cortanaPermissions

Remarques

La classe CortanaPermissionManager nécessite l’ajout des éléments suivants au Package.appmanifest :

  • À <empaqueter>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • Sous <Fonctionnalités>
    • <rescap:capability name="cortanaPermissions"/>

S’applique à