共用方式為


WpfStatusBar.Panels 屬性

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

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
組件:  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 安全性

請參閱

參考

WpfStatusBar 類別

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