Partager via


CortanaSettings.GetDefault Méthode

Définition

Récupère les paramètres Cortana pour l’utilisateur actuel.

public:
 static CortanaSettings ^ GetDefault();
 static CortanaSettings GetDefault();
/// [Windows.Foundation.Metadata.Deprecated("ICortanaSettingsStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.System.SystemManagementContract")]
 static CortanaSettings GetDefault();
public static CortanaSettings GetDefault();
[Windows.Foundation.Metadata.Deprecated("ICortanaSettingsStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.System.SystemManagementContract")]
public static CortanaSettings GetDefault();
function getDefault()
Public Shared Function GetDefault () As CortanaSettings

Retours

Objet CortanaSettings.

Attributs

Remarques

La classe CortanaSettings nécessite l’ajout des éléments suivants au package.appmanifest :

  • À <empaqueter>
    • IgnorableNamespaces="iot"
  • Sous <Fonctionnalités>
    • <iot:Capability Name="systemManagement"/>

S’applique à