Share via


FeedbackResults Constructors

Definition

Overloads

FeedbackResults(FeedbackResults)
FeedbackResults(IReadOnlyCollection<FeedbackSuggestion>, Boolean)

FeedbackResults(FeedbackResults)

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

Parameters

original
FeedbackResults

Applies to

FeedbackResults(IReadOnlyCollection<FeedbackSuggestion>, Boolean)

public FeedbackResults (System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.PlatformUI.FeedbackSuggestion> selectedFeedback, bool reportProblemLaunched);
new Microsoft.VisualStudio.PlatformUI.FeedbackResults : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.PlatformUI.FeedbackSuggestion> * bool -> Microsoft.VisualStudio.PlatformUI.FeedbackResults
Public Sub New (selectedFeedback As IReadOnlyCollection(Of FeedbackSuggestion), reportProblemLaunched As Boolean)

Parameters

reportProblemLaunched
Boolean

Applies to