ApplicationUnderTest.Resizable 属性

获取一个值,该值指示应用程序窗口是否可调整大小。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Overridable ReadOnly Property Resizable As Boolean
public virtual bool Resizable { get; }
public:
virtual property bool Resizable {
    bool get ();
}
abstract Resizable : bool with get 
override Resizable : bool with get
function get Resizable () : boolean

属性值

类型:Boolean
如果应用程序窗口可调整大小,则为 true;否则为 false。

.NET Framework 安全性

请参阅

参考

ApplicationUnderTest 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间