Partager via


CortanaActionableInsights.ShowInsightsAsync Méthode

Définition

Surcharges

ShowInsightsAsync(DataPackage)

Récupère et affiche de manière asynchrone des insights en fonction du texte et du contenu d’image spécifiés.

ShowInsightsAsync(DataPackage, CortanaActionableInsightsOptions)

Récupère et affiche de manière asynchrone des insights en fonction du contenu et des options de texte et d’image spécifiés.

ShowInsightsAsync(DataPackage)

Récupère et affiche de manière asynchrone des insights en fonction du texte et du contenu d’image spécifiés.

public:
 virtual IAsyncAction ^ ShowInsightsAsync(DataPackage ^ datapackage) = ShowInsightsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowInsightsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowInsightsAsync(DataPackage const& datapackage);
/// [Windows.Foundation.Metadata.Overload("ShowInsightsAsync")]
/// [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")]
IAsyncAction ShowInsightsAsync(DataPackage const& datapackage);
[Windows.Foundation.Metadata.Overload("ShowInsightsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowInsightsAsync(DataPackage datapackage);
[Windows.Foundation.Metadata.Overload("ShowInsightsAsync")]
[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 IAsyncAction ShowInsightsAsync(DataPackage datapackage);
function showInsightsAsync(datapackage)
Public Function ShowInsightsAsync (datapackage As DataPackage) As IAsyncAction

Paramètres

datapackage
DataPackage

Contenu du texte et de l’image qui définit l’étendue des insights retournés.

Retours

Retourne un objet IAsyncAction utilisé pour contrôler l’exécution asynchrone. Si le système ne prend pas en charge l’affichage d’insights, la méthode n’a aucun effet. Une application peut case activée pour ce cas à l’aide de la méthode IsAvailableAsync.

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 :

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

Voir aussi

S’applique à

ShowInsightsAsync(DataPackage, CortanaActionableInsightsOptions)

Récupère et affiche de manière asynchrone des insights en fonction du contenu et des options de texte et d’image spécifiés.

public:
 virtual IAsyncAction ^ ShowInsightsAsync(DataPackage ^ datapackage, CortanaActionableInsightsOptions ^ options) = ShowInsightsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowInsightsWithOptionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowInsightsAsync(DataPackage const& datapackage, CortanaActionableInsightsOptions const& options);
/// [Windows.Foundation.Metadata.Overload("ShowInsightsWithOptionsAsync")]
/// [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")]
IAsyncAction ShowInsightsAsync(DataPackage const& datapackage, CortanaActionableInsightsOptions const& options);
[Windows.Foundation.Metadata.Overload("ShowInsightsWithOptionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowInsightsAsync(DataPackage datapackage, CortanaActionableInsightsOptions options);
[Windows.Foundation.Metadata.Overload("ShowInsightsWithOptionsAsync")]
[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 IAsyncAction ShowInsightsAsync(DataPackage datapackage, CortanaActionableInsightsOptions options);
function showInsightsAsync(datapackage, options)
Public Function ShowInsightsAsync (datapackage As DataPackage, options As CortanaActionableInsightsOptions) As IAsyncAction

Paramètres

datapackage
DataPackage

Contenu du texte et de l’image qui définit l’étendue des insights retournés.

options
CortanaActionableInsightsOptions

Options qui limitent l’étendue des insights retournés, telles que les métadonnées dérivées du contexte environnant du contenu du texte et de l’image.

Retours

Retourne un objet IAsyncAction utilisé pour contrôler l’exécution asynchrone. Si le système ne prend pas en charge l’affichage d’insights, la méthode n’a aucun effet. Une application peut case activée pour ce cas à l’aide de la méthode IsAvailableAsync.

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 :

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

Voir aussi

S’applique à