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