Freigeben über


WpfStatusBar.Panels-Eigenschaft

Ruft eine Auflistung der Bereiche in diesem Statusleisten-Steuerelement ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
Eine Auflistung der Bereiche in diesem Statusleisten-Steuerelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfStatusBar Klasse

Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace