PSHostUserInterface.WriteInformation(InformationRecord) Method

Definition

Invoked by WriteInformation(InformationRecord) to give the host a chance to intercept informational messages. These should not be displayed to the user by default, but may be useful to display in a separate area of the user interface.

public:
 virtual void WriteInformation(System::Management::Automation::InformationRecord ^ record);
public virtual void WriteInformation (System.Management.Automation.InformationRecord record);
abstract member WriteInformation : System.Management.Automation.InformationRecord -> unit
override this.WriteInformation : System.Management.Automation.InformationRecord -> unit
Public Overridable Sub WriteInformation (record As InformationRecord)

Parameters

Applies to