如何获取TextBox的值2019年4月8日 在 Powershell基础 来自 PowerShell交流中心 › 分类: Powershell基础 › 如何获取TextBox的值 0 赞 踩 强 asked 2年 ago 刚接触powershell,新建了个$TextBox3 = New-Object System.Windows.Forms.TextBox 请教如何获取键盘输入的TextBox的值呢 ×用微信扫描并分享 1 Answers 1 赞 踩 Best Answer Mooser Lee 管理员 answered 2年 ago PS> $TextBox3.Text='325' PS> $TextBox3.Text 325