Share via


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

Name Description
FeedbackWindowOptions()
FeedbackWindowOptions(FeedbackWindowOptions)

Properties

Name Description
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

Name Description
<Clone>$()
Equals(FeedbackWindowOptions)
Equals(Object)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Name Description
Equality(FeedbackWindowOptions, FeedbackWindowOptions)
Inequality(FeedbackWindowOptions, FeedbackWindowOptions)

Applies to