INAppendToNoteIntentHandling_Extensions Class

Definition

Optional methods for the IINAppendToNoteIntentHandling interface.

public static class INAppendToNoteIntentHandling_Extensions
type INAppendToNoteIntentHandling_Extensions = class
Inheritance
INAppendToNoteIntentHandling_Extensions

Methods

Confirm(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Developers may implement this method to confirm whether local and remote resources are ready to append to the note.

ResolveContentForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteContentResolutionResult>)

Developers may implement this method to customize resolution of the content to append.

ResolveTargetNoteForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteResolutionResult>)

Developers may implement this method to customize resolution of the target note.

Applies to