FeedbackWindowOptions 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 options to customize the feedback window.
public class FeedbackWindowOptions : IEquatable<Microsoft.VisualStudio.PlatformUI.FeedbackWindowOptions>
type FeedbackWindowOptions = class
interface IEquatable<FeedbackWindowOptions>
Public Class FeedbackWindowOptions
Implements IEquatable(Of FeedbackWindowOptions)
- Inheritance
-
FeedbackWindowOptions
- Implements
Constructors
FeedbackWindowOptions() | |
FeedbackWindowOptions(FeedbackWindowOptions) |
Properties
EnableMultiSelection |
Whether or not we should enable multi-selection. It is true by default. |
EqualityContract | |
ShowCancelButton |
Whether or not we should show the cancel button. It is true by default. |
Suggestions |
The suggestions to display on the feedback window |
Methods
<Clone>$() | |
Equals(FeedbackWindowOptions) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(FeedbackWindowOptions, FeedbackWindowOptions) | |
Inequality(FeedbackWindowOptions, FeedbackWindowOptions) |