CortanaActionableInsightsOptions Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a CortanaActionableInsightsOptions object.
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"/>