HostUtilities.RenderFeedback Method

Definition

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.

ui
PSHostUserInterface

The host to render to.

Applies to