IActionFeedbackHandler.ProcessFeedbackAsync Method
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.
Raised when user feedback is submitted for an app action.
public:
IAsyncAction ^ ProcessFeedbackAsync(ActionInvocationContext ^ context, ActionFeedback ^ feedback);
IAsyncAction ProcessFeedbackAsync(ActionInvocationContext const& context, ActionFeedback const& feedback);
public IAsyncAction ProcessFeedbackAsync(ActionInvocationContext context, ActionFeedback feedback);
function processFeedbackAsync(context, feedback)
Public Function ProcessFeedbackAsync (context As ActionInvocationContext, feedback As ActionFeedback) As IAsyncAction
Parameters
- context
- ActionInvocationContext
An ActionInvocationContext object that is used to access contextual information about the action for which feedback was submitted.
- feedback
- ActionFeedback
A value from the ActionFeedback enumeration specifying the type of feedback that was submitted.