WpfCheckBox-Klasse
Stellt ein Kontrollkästchen-Steuerelement 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.WpfCheckBox
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class WpfCheckBox _
Inherits WpfControl
[CLSCompliantAttribute(true)]
public class WpfCheckBox : WpfControl
[CLSCompliantAttribute(true)]
public ref class WpfCheckBox : public WpfControl
[<CLSCompliantAttribute(true)>]
type WpfCheckBox =
class
inherit WpfControl
end
public class WpfCheckBox extends WpfControl
Der WpfCheckBox-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
![]() |
WpfCheckBox() | Initialisiert eine neue Instanz der WpfCheckBox-Klasse. |
![]() |
WpfCheckBox(UITestControl) | Initialisiert eine neue Instanz der WpfCheckBox-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