CortanaActionableInsights.ShowInsightsForTextAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ShowInsightsForTextAsync(String) |
Ruft asynchron Erkenntnisse basierend auf dem angegebenen Textinhalt ab und zeigt sie an. |
ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions) |
Ruft asynchron Erkenntnisse basierend auf dem angegebenen Textinhalt und den angegebenen Optionen ab und zeigt sie an. |
ShowInsightsForTextAsync(String)
Ruft asynchron Erkenntnisse basierend auf dem angegebenen Textinhalt ab und zeigt sie an.
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
Parameter
- text
-
String
Platform::String
winrt::hstring
Der Text, der den Bereich der zurückgegebenen Erkenntnisse definiert.
Gibt zurück
Gibt ein IAsyncAction-Objekt zurück, das zum Steuern der asynchronen Ausführung verwendet wird. Wenn das System das Anzeigen von Erkenntnissen nicht unterstützt, hat die Methode keine Auswirkungen. Eine App kann diesen Fall mithilfe der IsAvailableAsync-Methode überprüfen.
- Attribute
Windows-Anforderungen
App-Funktionen |
cortanaSurface
|
Hinweise
Die CortanaActionableInsights-Klasse erfordert Folgendes, das dem Package.appxmanifest hinzugefügt werden muss:
- Zum <Paket>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- Unter <Funktionen>
<rescap:capability name="cortanaSurface"/>
Weitere Informationen
Gilt für:
ShowInsightsForTextAsync(String, CortanaActionableInsightsOptions)
Ruft asynchron Erkenntnisse basierend auf dem angegebenen Textinhalt und den angegebenen Optionen ab und zeigt sie an.
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
Parameter
- text
-
String
Platform::String
winrt::hstring
Der Text, der den Bereich der zurückgegebenen Erkenntnisse definiert.
- options
- CortanaActionableInsightsOptions
Die Optionen, die den Umfang der zurückgegebenen Erkenntnisse einschränken.
Gibt zurück
Gibt ein IAsyncAction-Objekt zurück, das zum Steuern der asynchronen Ausführung verwendet wird. Wenn das System das Anzeigen von Erkenntnissen nicht unterstützt, hat die Methode keine Auswirkungen. Eine App kann diesen Fall mithilfe der IsAvailableAsync-Methode überprüfen.
- Attribute
Windows-Anforderungen
App-Funktionen |
cortanaSurface
|
Hinweise
Die CortanaActionableInsights-Klasse erfordert Folgendes, das dem Package.appxmanifest hinzugefügt werden muss:
- Zum <Paket>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- Unter <Funktionen>
<rescap:capability name="cortanaSurface"/>