Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1006 Bytes

cortanaactionableinsights_getdefault_846721868.md

File metadata and controls

40 lines (25 loc) · 1006 Bytes
-api-id -api-type ms.custom
M:Windows.Services.Cortana.CortanaActionableInsights.GetDefault
winrt method
RS5

Windows.Services.Cortana.CortanaActionableInsights.GetDefault

-description

Retrieves a CortanaActionableInsights object for the current user.

-returns

The insights for the current user.

-capabilities

cortanaSurface

-remarks

The CortanaActionableInsights class requires the following be added to the Package.appxmanifest:

  • To <Package>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • Under <Capabilities>
    • <rescap:capability name="cortanaSurface"/>

-see-also

GetForUser(User user)

-examples