ActionFeedback.FeedbackKind Property
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.
Gets a value specifying the kind of user feedback represented by the ActionFeedback object.
public:
property ActionFeedbackKind FeedbackKind { ActionFeedbackKind get(); };
ActionFeedbackKind FeedbackKind();
public ActionFeedbackKind FeedbackKind { get; }
var actionFeedbackKind = actionFeedback.feedbackKind;
Public ReadOnly Property FeedbackKind As ActionFeedbackKind
Property Value
A value from the ActionFeedbackKind enumeration specifying the kind of user feedback.