共用方式為


WinStatusBar.Panels 屬性

取得此狀態列中的面板集合。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overridable ReadOnly Property Panels As UITestControlCollection
public virtual UITestControlCollection Panels { get; }
public:
virtual property UITestControlCollection^ Panels {
    UITestControlCollection^ get ();
}
abstract Panels : UITestControlCollection with get 
override Panels : UITestControlCollection with get
function get Panels () : UITestControlCollection

屬性值

類型:Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
此狀態列中的面板集合。

.NET Framework 安全性

請參閱

參考

WinStatusBar 類別

Microsoft.VisualStudio.TestTools.UITesting.WinControls 命名空間