Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a collection of panels in this status bar.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
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
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A collection of panels in this status bar.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace