Compartir a través de


CortanaActionableInsights.GetForUser(User) Método

Definición

Recupera un objeto CortanaActionableInsights para el usuario especificado.

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

Parámetros

user
User

El usuario.

Devoluciones

La información del usuario especificado.

Atributos

Requisitos de Windows

Características de aplicaciones
cortanaSurface

Comentarios

La clase CortanaActionableInsights requiere que se agregue lo siguiente a Package.appxmanifest:

  • Para empaquetar <>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • En <Funcionalidades>
    • <rescap:capability name="cortanaSurface"/>

Se aplica a

Consulte también