FeedbackResults 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 results of the feedback window.
public class FeedbackResults : IEquatable<Microsoft.VisualStudio.PlatformUI.FeedbackResults>
type FeedbackResults = class
interface IEquatable<FeedbackResults>
Public Class FeedbackResults
Implements IEquatable(Of FeedbackResults)
- Inheritance
-
FeedbackResults
- Implements
Constructors
FeedbackResults(FeedbackResults) | |
FeedbackResults(IReadOnlyCollection<FeedbackSuggestion>, Boolean) |
Properties
EqualityContract | |
ReportProblemLaunched |
Gets a value indicating whether the user launched the report a problem tool. |
SelectedFeedback |
Gets the list of selected feedback. |
Methods
<Clone>$() | |
Equals(FeedbackResults) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(FeedbackResults, FeedbackResults) | |
Inequality(FeedbackResults, FeedbackResults) |