Partager via


CortanaActionableInsights.IsAvailableAsync Méthode

Définition

Récupère de manière asynchrone si des insights peuvent être générés sur le système actuel de l’utilisateur.

public:
 virtual IAsyncOperation<bool> ^ IsAvailableAsync() = IsAvailableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsAvailableAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [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")]
IAsyncOperation<bool> IsAvailableAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsAvailableAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[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 IAsyncOperation<bool> IsAvailableAsync();
function isAvailableAsync()
Public Function IsAvailableAsync () As IAsyncOperation(Of Boolean)

Retours

Objet IAsyncOperation utilisé pour contrôler l’exécution asynchrone. IAsyncOperation contiendra true si des insights peuvent être générés. Dans le cas contraire, la valeur est false.

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 à