FeedbackResults Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- selectedFeedback
- IReadOnlyCollection<FeedbackSuggestion>
- reportProblemLaunched
- Boolean