PSHostUserInterface.RawUI Property
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.
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.