FeedbackItem 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.
The class represents a feedback item generated by the feedback provider.
[System.Runtime.CompilerServices.Nullable(0)]
[System.Runtime.CompilerServices.NullableContext(2)]
public sealed class FeedbackItem
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Runtime.CompilerServices.NullableContext(2)>]
type FeedbackItem = class
Public NotInheritable Class FeedbackItem
- Inheritance
-
FeedbackItem
- Attributes
Constructors
FeedbackItem(String, List<String>, FeedbackDisplayLayout) |
Initializes a new instance of the FeedbackItem class. |
FeedbackItem(String, List<String>, String, FeedbackDisplayLayout) |
Initializes a new instance of the FeedbackItem class. |
FeedbackItem(String, List<String>) |
Initializes a new instance of the FeedbackItem class. |
Properties
Footer |
Gets the footer message about this feedback. |
Header |
Gets the description message about this feedback. |
Layout |
Gets the layout to use for displaying the recommended actions. |
Next |
Gets or sets the next feedback item, if there is one. |
RecommendedActions |
Gets the recommended actions -- command lines or even code snippets to run. |