ActionInvocationHelpDetails Class

Definition

Enables app action providers to provide end-user help content relevant to the current action invocation context.

public ref class ActionInvocationHelpDetails sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ActionInvocationHelpDetails final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ActionInvocationHelpDetails : System.IDisposable
Public NotInheritable Class ActionInvocationHelpDetails
Implements IDisposable
Inheritance
Object Platform::Object IInspectable ActionInvocationHelpDetails
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
API contract
Windows.AI.Actions.ActionsContract (introduced in v4.0)

Properties

Description

Gets or sets the text description of the help details.

HelpUri

Gets or sets the URI that links to content related to the help details.

HelpUriDescription

Gets or sets the description of the help URI that is specified in the Description property.

Kind

Gets or sets the kind of help included in the help details.

Title

Gets or sets the displayed title of the help details.

Methods

Close()

Closes and releases any resources used by this ActionInvocationHelpDetails.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to