Partager via


CortanaActionableInsights.GetDefault Méthode

Définition

Récupère un objet CortanaActionableInsights pour l’utilisateur actuel.

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

Retours

Insights pour l’utilisateur actuel.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
cortanaSurface

Remarques

La classe CortanaActionableInsights nécessite l’ajout des éléments suivants au package.appxmanifest :

  • Vers <le package>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • Sous <Fonctionnalités>
    • <rescap:capability name="cortanaSurface"/>

S’applique à

Voir aussi