DirectUIControl-Klasse
In diesem Artikel
Stellt ein DirectUI-Steuerelement dar.
Vererbungshierarchie
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls.DirectUIControl
Namespace: Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class DirectUIControl _
Inherits UITestControl
[CLSCompliantAttribute(true)]
public class DirectUIControl : UITestControl
[CLSCompliantAttribute(true)]
public ref class DirectUIControl : public UITestControl
[<CLSCompliantAttribute(true)>]
type DirectUIControl =
class
inherit UITestControl
end
public class DirectUIControl extends UITestControl
Der DirectUIControl-Typ macht die folgenden Member verfügbar.
Konstruktoren
Zum Seitenanfang
Eigenschaften
Zum Seitenanfang
Methoden
CopyFrom
(Von UITestControl geerbt.)
DrawHighlight
(Von UITestControl geerbt.)
EnsureClickable()
(Von UITestControl geerbt.)
EnsureClickable(Point)
(Von UITestControl geerbt.)
Equals
(Von UITestControl geerbt.)
Finalize
Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor es von der Garbage Collection freigegeben wird. (Von Object geerbt.)
Find
(Von UITestControl geerbt.)
FindMatchingControls
(Von UITestControl geerbt.)
GetChildren
(Von UITestControl geerbt.)
GetClickablePoint
(Von UITestControl geerbt.)
GetHashCode
(Von UITestControl geerbt.)
GetParent
(Von UITestControl geerbt.)
GetProperty
(Von UITestControl geerbt.)
GetType
Ruft den Type der aktuellen Instanz ab. (Von Object geerbt.)
GetUITestControlsForSearch
Ruft das Array von UITestControl ab, die zum Suchen verwendet wird. Wird die Sucheigenschaften, um zu überprüfen (Überschreibt UITestControl.GetUITestControlsForSearch() .)
GetValidSearchProperties
Hilfsfunktion, die die gültigen Sucheigenschaften zurückzugeben
MemberwiseClone
Erstellt eine flache Kopie vom aktuellen Object . (Von Object geerbt.)
SetFocus
(Von UITestControl geerbt.)
SetProperty
(Von UITestControl geerbt.)
ToString
(Von UITestControl geerbt.)
TryFind
(Von UITestControl geerbt.)
TryGetClickablePoint(Point%)
(Von UITestControl geerbt.)
WaitForControlCondition(Predicate<UITestControl>)
(Von UITestControl geerbt.)
WaitForControlCondition(Predicate<UITestControl>, Int32)
(Von UITestControl geerbt.)
WaitForControlEnabled()
(Von UITestControl geerbt.)
WaitForControlEnabled(Int32)
(Von UITestControl geerbt.)
WaitForControlExist()
(Von UITestControl geerbt.)
WaitForControlExist(Int32)
(Von UITestControl geerbt.)
WaitForControlNotExist()
(Von UITestControl geerbt.)
WaitForControlNotExist(Int32)
(Von UITestControl geerbt.)
WaitForControlPropertyEqual(String, Object)
(Von UITestControl geerbt.)
WaitForControlPropertyEqual(String, Object, Int32)
(Von UITestControl geerbt.)
WaitForControlPropertyNotEqual(String, Object)
(Von UITestControl geerbt.)
WaitForControlPropertyNotEqual(String, Object, Int32)
(Von UITestControl geerbt.)
WaitForControlReady()
(Von UITestControl geerbt.)
WaitForControlReady(Int32)
(Von UITestControl geerbt.)
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.DirectUIControls-Namespace