Partager via


CortanaActionableInsights.GetForUser(User) Méthode

Définition

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

public:
 static CortanaActionableInsights ^ GetForUser(User ^ user);
 static CortanaActionableInsights GetForUser(User const& user);
/// [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 GetForUser(User const& user);
public static CortanaActionableInsights GetForUser(User user);
[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 GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As CortanaActionableInsights

Paramètres

user
User

L’utilisateur.

Retours

Insights pour l’utilisateur spécifié.

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