WpfPane-Klasse
Stellt ein Bereichssteuerelement zum Testen der Benutzeroberfläche von WPF-Anwendungen (Windows Presentation Foundation) dar.
Vererbungshierarchie
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfControl
Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfPane
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class WpfPane _
Inherits WpfControl
[CLSCompliantAttribute(true)]
public class WpfPane : WpfControl
[CLSCompliantAttribute(true)]
public ref class WpfPane : public WpfControl
[<CLSCompliantAttribute(true)>]
type WpfPane =
class
inherit WpfControl
end
public class WpfPane extends WpfControl
Der WpfPane-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
WpfPane() | Initialisiert eine neue Instanz der WpfPane-Klasse. | |
WpfPane(UITestControl) | Initialisiert eine neue Instanz der WpfPane-Klasse mithilfe des bereitgestellten übergeordneten Steuerelements. |
Zum Seitenanfang
Eigenschaften
Zum Seitenanfang
Methoden
Zum Seitenanfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Referenz
Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace