FeedbackWindowOptions Class

Definition

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)

Applies to