FeedbackSuggestion Constructors

Definition

Overloads

FeedbackSuggestion(FeedbackSuggestion)
FeedbackSuggestion(String, String)

FeedbackSuggestion(FeedbackSuggestion)

protected FeedbackSuggestion (Microsoft.VisualStudio.PlatformUI.FeedbackSuggestion original);
Protected Sub New (original As FeedbackSuggestion)

Parameters

Applies to

FeedbackSuggestion(String, String)

public FeedbackSuggestion (string id, string displayName);
new Microsoft.VisualStudio.PlatformUI.FeedbackSuggestion : string * string -> Microsoft.VisualStudio.PlatformUI.FeedbackSuggestion
Public Sub New (id As String, displayName As String)

Parameters

id
String
displayName
String

Applies to