PSHostUserInterface.RawUI Property

Definition

Gets hosting application's implementation of the PSHostRawUserInterface abstract base class that implements that class.

public:
 abstract property System::Management::Automation::Host::PSHostRawUserInterface ^ RawUI { System::Management::Automation::Host::PSHostRawUserInterface ^ get(); };
public abstract System.Management.Automation.Host.PSHostRawUserInterface RawUI { get; }
member this.RawUI : System.Management.Automation.Host.PSHostRawUserInterface
Public MustOverride ReadOnly Property RawUI As PSHostRawUserInterface

Property Value

A reference to an instance of the hosting application's implementation of a class derived from PSHostUserInterface, or null to indicate that low-level user interaction is not supported.

Applies to