CortanaActionableInsights.ShowInsightsForTextAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ShowInsightsForTextAsync(String) |
Recupera y muestra de forma asincrónica información basada en el contenido de texto especificado. |
ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions) |
Recupera y muestra de forma asincrónica información basada en el contenido y las opciones de texto especificados. |
ShowInsightsForTextAsync(String)
Recupera y muestra de forma asincrónica información basada en el contenido de texto especificado.
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
Parámetros
- text
-
String
Platform::String
winrt::hstring
Texto que define el ámbito de la información devuelta.
Devoluciones
Devuelve un objeto IAsyncAction que se usa para controlar la ejecución asincrónica. Si el sistema no admite la visualización de información, el método no tiene ningún efecto. Una aplicación puede comprobar este caso con el método IsAvailableAsync .
- 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"/>
Consulte también
Se aplica a
ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions)
Recupera y muestra de forma asincrónica información basada en el contenido y las opciones de texto especificados.
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
Parámetros
- text
-
String
Platform::String
winrt::hstring
Texto que define el ámbito de la información devuelta.
- options
- CortanaActionableInsightsOptions
Las opciones que restringen el ámbito de la información devuelta.
Devoluciones
Devuelve un objeto IAsyncAction utilizado para controlar la ejecución asincrónica. Si el sistema no admite la visualización de información, el método no tiene ningún efecto. Una aplicación puede comprobar este caso con el método IsAvailableAsync .
- 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"/>