CortanaActionableInsights Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Deriva le informazioni contestuali dalle immagini o dal testo che consentono all'utente di altre informazioni sul contenuto o di eseguire un'azione in base a essa.
public ref class CortanaActionableInsights sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CortanaActionableInsights final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [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")]
class CortanaActionableInsights final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CortanaActionableInsights
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[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 sealed class CortanaActionableInsights
Public NotInheritable Class CortanaActionableInsights
- Ereditarietà
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v7.0)
|
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"/>
Proprietà
User |
Ottiene l'utente associato all'oggetto CortanaActionableInsights corrente. |
Metodi
GetDefault() |
Recupera un oggetto CortanaActionableInsights per l'utente corrente. |
GetForUser(User) |
Recupera un oggetto CortanaActionableInsights per l'utente specificato. |
IsAvailableAsync() |
Recupera in modo asincrono se è possibile generare informazioni dettagliate nel sistema corrente dell'utente. |
ShowInsightsAsync(DataPackage) |
Recupera e visualizza informazioni dettagliate in base al contenuto di testo e immagine specificato. |
ShowInsightsAsync(DataPackage, CortanaActionableInsightsOptions) |
Recupera e visualizza informazioni dettagliate in base al contenuto e alle opzioni di testo e immagine specificati. |
ShowInsightsForImageAsync(IRandomAccessStreamReference) |
Recupera e visualizza informazioni dettagliate in base al contenuto dell'immagine specificato. |
ShowInsightsForImageAsync(IRandomAccessStreamReference, CortanaActionableInsightsOptions) |
Recupera in modo asincrono e visualizza informazioni dettagliate in base al contenuto e alle opzioni dell'immagine specificati. |
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. |