WpfStatusBar.Panels 属性

获取此状态栏控件中的面板集合。

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

语法

声明
Public Overridable ReadOnly Property Panels As UITestControlCollection
    Get
public virtual UITestControlCollection Panels { get; }
public:
virtual property UITestControlCollection^ Panels {
    UITestControlCollection^ get ();
}
abstract Panels : UITestControlCollection
override Panels : UITestControlCollection
function get Panels () : UITestControlCollection

属性值

类型:Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
此状态栏控件中的面板集合。

.NET Framework 安全性

请参见

参考

WpfStatusBar 类

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