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

FeedbackSuggestion(FeedbackSuggestion)
FeedbackSuggestion(String, String)

Properties

DisplayName

Gets the display name for the suggestion. Should be localized

EqualityContract
Id

Gets the unique identifier for the suggestion.

Methods

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

Operators

Equality(FeedbackSuggestion, FeedbackSuggestion)
Inequality(FeedbackSuggestion, FeedbackSuggestion)

Applies to