HostUtilities.RenderFeedback Method
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.
Render the feedbacks to the specified host.
public static void RenderFeedback (System.Collections.Generic.List<System.Management.Automation.Subsystem.Feedback.FeedbackResult> feedbacks, System.Management.Automation.Host.PSHostUserInterface ui);
static member RenderFeedback : System.Collections.Generic.List<System.Management.Automation.Subsystem.Feedback.FeedbackResult> * System.Management.Automation.Host.PSHostUserInterface -> unit
Public Shared Sub RenderFeedback (feedbacks As List(Of FeedbackResult), ui As PSHostUserInterface)
Parameters
- feedbacks
- List<FeedbackResult>
The feedback results.
The host to render to.