Share via


FeedbackSuggestion Class

Definition

Represents a suggestion in the feedback window.

public class FeedbackSuggestion : IEquatable<Microsoft.VisualStudio.PlatformUI.FeedbackSuggestion>
type FeedbackSuggestion = class
    interface IEquatable<FeedbackSuggestion>
Public Class FeedbackSuggestion
Implements IEquatable(Of FeedbackSuggestion)
Inheritance
FeedbackSuggestion
Implements

Constructors

Name Description
FeedbackSuggestion(FeedbackSuggestion)
FeedbackSuggestion(String, String)

Properties

Name Description
DisplayName

Gets the display name for the suggestion. Should be localized

EqualityContract
Id

Gets the unique identifier for the suggestion.

Methods

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

Operators

Name Description
Equality(FeedbackSuggestion, FeedbackSuggestion)
Inequality(FeedbackSuggestion, FeedbackSuggestion)

Applies to