PSHostUserInterface.WriteInformation(InformationRecord) 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.
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
- record
- InformationRecord