INAppendToNoteIntentHandling_Extensions Class
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.
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. |