PSHostRawUserInterface.BufferSize 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 or sets the current size of the screen buffer, measured in character cells.
public:
abstract property System::Management::Automation::Host::Size BufferSize { System::Management::Automation::Host::Size get(); void set(System::Management::Automation::Host::Size value); };
public abstract System.Management.Automation.Host.Size BufferSize { get; set; }
member this.BufferSize : System.Management.Automation.Host.Size with get, set
Public MustOverride Property BufferSize As Size