CortanaActionableInsightsOptions Constructor

Definition

public:
 CortanaActionableInsightsOptions();
 CortanaActionableInsightsOptions();
public CortanaActionableInsightsOptions();
function CortanaActionableInsightsOptions()
Public Sub New ()

Windows requirements

App 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"/>

Applies to