다음을 통해 공유


PSHostRawUserInterface.WindowPosition Property

Definition

Gets or sets position of the view window relative to the screen buffer, in characters. (0,0) is the upper left of the screen buffer.

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

Property Value

Applies to

See also