다음을 통해 공유


PSHostRawUserInterface.WindowSize Property

Definition

Gets or sets the current view window size, measured in character cells. The window size cannot be larger than the dimensions returned by MaxPhysicalWindowSize.

public:
 abstract property System::Management::Automation::Host::Size WindowSize { System::Management::Automation::Host::Size get(); void set(System::Management::Automation::Host::Size value); };
public abstract System.Management.Automation.Host.Size WindowSize { get; set; }
member this.WindowSize : System.Management.Automation.Host.Size with get, set
Public MustOverride Property WindowSize As Size

Property Value

Applies to

See also