Condividi tramite


CortanaActionableInsights.ShowInsightsForTextAsync Metodo

Definizione

Overload

ShowInsightsForTextAsync(String)

Recupera e visualizza informazioni dettagliate in base al contenuto di testo specificato.

ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions)

Recupera in modo asincrono e visualizza informazioni dettagliate in base al contenuto e alle opzioni di testo specificati.

ShowInsightsForTextAsync(String)

Recupera e visualizza informazioni dettagliate in base al contenuto di testo specificato.

public:
 virtual IAsyncAction ^ ShowInsightsForTextAsync(Platform::String ^ text) = ShowInsightsForTextAsync;
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForTextAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowInsightsForTextAsync(winrt::hstring const& text);
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForTextAsync")]
/// [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 ShowInsightsForTextAsync(winrt::hstring const& text);
[Windows.Foundation.Metadata.Overload("ShowInsightsForTextAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowInsightsForTextAsync(string text);
[Windows.Foundation.Metadata.Overload("ShowInsightsForTextAsync")]
[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 ShowInsightsForTextAsync(string text);
function showInsightsForTextAsync(text)
Public Function ShowInsightsForTextAsync (text As String) As IAsyncAction

Parametri

text
String

Platform::String

winrt::hstring

Testo che definisce l'ambito delle informazioni dettagliate restituite.

Restituisce

Restituisce un oggetto IAsyncAction usato per controllare l'esecuzione asincrona. Se il sistema non supporta informazioni dettagliate, il metodo non ha alcun effetto. Un'app può verificare la presenza di questo caso usando il metodo IsAvailableAsync .

Attributi

Requisiti Windows

Funzionalità dell'app
cortanaSurface

Commenti

La classe CortanaActionableInsights richiede l'aggiunta seguente al Package.appxmanifest:

  • Per <il pacchetto>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • In <Funzionalità>
    • <rescap:capability name="cortanaSurface"/>

Vedi anche

Si applica a

ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions)

Recupera in modo asincrono e visualizza informazioni dettagliate in base al contenuto e alle opzioni di testo specificati.

public:
 virtual IAsyncAction ^ ShowInsightsForTextAsync(Platform::String ^ text, CortanaActionableInsightsOptions ^ options) = ShowInsightsForTextAsync;
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForTextWithOptionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowInsightsForTextAsync(winrt::hstring const& text, CortanaActionableInsightsOptions const& options);
/// [Windows.Foundation.Metadata.Overload("ShowInsightsForTextWithOptionsAsync")]
/// [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 ShowInsightsForTextAsync(winrt::hstring const& text, CortanaActionableInsightsOptions const& options);
[Windows.Foundation.Metadata.Overload("ShowInsightsForTextWithOptionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowInsightsForTextAsync(string text, CortanaActionableInsightsOptions options);
[Windows.Foundation.Metadata.Overload("ShowInsightsForTextWithOptionsAsync")]
[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 ShowInsightsForTextAsync(string text, CortanaActionableInsightsOptions options);
function showInsightsForTextAsync(text, options)
Public Function ShowInsightsForTextAsync (text As String, options As CortanaActionableInsightsOptions) As IAsyncAction

Parametri

text
String

Platform::String

winrt::hstring

Testo che definisce l'ambito delle informazioni dettagliate restituite.

options
CortanaActionableInsightsOptions

Opzioni che limitano l'ambito delle informazioni dettagliate restituite.

Restituisce

Restituisce un oggetto IAsyncAction usato per controllare l'esecuzione asincrona. Se il sistema non supporta informazioni dettagliate, il metodo non ha alcun effetto. Un'app può verificare la presenza di questo caso usando il metodo IsAvailableAsync .

Attributi

Requisiti Windows

Funzionalità dell'app
cortanaSurface

Commenti

La classe CortanaActionableInsights richiede l'aggiunta seguente al Package.appxmanifest:

  • Per <il pacchetto>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • In <Funzionalità>
    • <rescap:capability name="cortanaSurface"/>

Vedi anche

Si applica a