共用方式為


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 命名空間