ActionRuntime.CreateActionFeedback(ActionFeedbackKind) 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.
Creates a new instance of the ActionFeedback class that provides information about user feedback for an action.
public:
virtual ActionFeedback ^ CreateActionFeedback(ActionFeedbackKind feedbackKind) = CreateActionFeedback;
ActionFeedback CreateActionFeedback(ActionFeedbackKind const& feedbackKind);
public ActionFeedback CreateActionFeedback(ActionFeedbackKind feedbackKind);
function createActionFeedback(feedbackKind)
Public Function CreateActionFeedback (feedbackKind As ActionFeedbackKind) As ActionFeedback
Parameters
- feedbackKind
- ActionFeedbackKind
A member of the ActionFeedbackKind enumeration specifying the kind of user feedback represented by the new ActionFeedback object.
Returns
A new ActionFeedback object.