Partager via


CortanaActionableInsights.User Propriété

Définition

Obtient l’utilisateur associé à l’objet CortanaActionableInsights actuel.

public:
 property User ^ User { User ^ get(); };
User User();
/// [get: 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")]
User User();
public User User { get; }
public 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")] get; }
var user = cortanaActionableInsights.user;
Public ReadOnly Property User As User

Valeur de propriété

Utilisateur associé à l’objet CortanaActionableInsights actuel.

Peut retourner null si l’objet CortanaActionableInsights a été créé avec la méthode GetDefault .

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