PSHostRawUserInterface.BufferSize Property

Definition

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

Property Value

Applies to

See also