WpfWindow Class

Represents a window control to test the user interface (UI) of Windows Presentation Foundation (WPF) applications.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl
    Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfControl
      Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfWindow

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Class WpfWindow _
    Inherits WpfControl
[CLSCompliantAttribute(true)]
public class WpfWindow : WpfControl
[CLSCompliantAttribute(true)]
public ref class WpfWindow : public WpfControl
[<CLSCompliantAttribute(true)>]
type WpfWindow =  
    class 
        inherit WpfControl 
    end
public class WpfWindow extends WpfControl

The WpfWindow type exposes the following members.

Constructors

  Name Description
Public method WpfWindow() Initializes a new instance of the WpfWindow class.
Public method WpfWindow(UITestControl) Initializes a new instance of the WpfWindow class by using the provided parent control.

Top

Properties

  Name Description
Public property AcceleratorKey (Inherited from WpfControl.)
Public property AccessKey (Inherited from WpfControl.)
Public property AlwaysOnTop Gets a value that indicates whether this window must always be on top.
Public property AutomationId (Inherited from WpfControl.)
Public property BoundingRectangle (Inherited from UITestControl.)
Public property ClassName (Inherited from UITestControl.)
Public property Container (Inherited from UITestControl.)
Public property ControlType (Inherited from UITestControl.)
Public property Enabled (Inherited from UITestControl.)
Public property Exists (Inherited from UITestControl.)
Public property FilterProperties (Inherited from UITestControl.)
Public property Font (Inherited from WpfControl.)
Public property FrameworkId (Inherited from WpfControl.)
Public property FriendlyName (Inherited from UITestControl.)
Public property HasFocus (Inherited from UITestControl.)
Public property HasTitleBar Gets a value that indicates whether this window has a title bar.
Public property Height (Inherited from UITestControl.)
Public property HelpText (Inherited from WpfControl.)
Public property IsTopParent (Inherited from UITestControl.)
Public property ItemStatus (Inherited from WpfControl.)
Public property LabeledBy (Inherited from WpfControl.)
Public property Left (Inherited from UITestControl.)
Public property Maximized Gets a value that indicates whether this window is maximized.
Public property Minimized Gets a value that indicates whether this window is minimized.
Public property Name (Inherited from UITestControl.)
Public property NativeElement (Inherited from UITestControl.)
Public property Popup Gets a value that indicates whether this window is a pop-up window.
Public property Resizable Gets a value that indicates whether this window is resizable.
Public property Restored Gets a value that indicates whether this window has been restored.
Public property SearchConfigurations (Inherited from UITestControl.)
Public property SearchProperties (Inherited from UITestControl.)
Protected property SearchPropertiesSetExplicitly (Inherited from UITestControl.)
Public property ShowInTaskbar Gets a value that indicates whether this window appears in the task bar.
Public property State (Inherited from UITestControl.)
Public property TabStop Gets a value that indicates whether this window is a tab stop.
Public property TechnologyName (Inherited from UITestControl.)
Public property ToolTipText (Inherited from WpfControl.)
Public property Top (Inherited from UITestControl.)
Public property TopParent (Inherited from UITestControl.)
Public property Transparent Gets a value that indicates whether this window is transparent.
Public property Width (Inherited from UITestControl.)
Public property WindowHandle (Inherited from UITestControl.)
Public property WindowTitles (Inherited from UITestControl.)

Top

Methods

  Name Description
Public method CaptureImage (Inherited from UITestControl.)
Public method CopyFrom (Inherited from UITestControl.)
Public method DrawHighlight (Inherited from UITestControl.)
Public method EnsureClickable() (Inherited from UITestControl.)
Public method EnsureClickable(Point) (Inherited from UITestControl.)
Public method Equals (Inherited from UITestControl.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Find (Inherited from UITestControl.)
Public method FindMatchingControls (Inherited from UITestControl.)
Public method GetChildren (Inherited from UITestControl.)
Public method GetClickablePoint (Inherited from UITestControl.)
Public method GetHashCode (Inherited from UITestControl.)
Public method GetParent (Inherited from UITestControl.)
Public method GetProperty (Inherited from UITestControl.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method GetUITestControlsForSearch (Inherited from WpfControl.)
Protected method GetValidSearchProperties Helper function to return the valid search properties. (Overrides WpfControl.GetValidSearchProperties().)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetFocus (Inherited from UITestControl.)
Public method SetProperty (Inherited from UITestControl.)
Public method ToString (Inherited from UITestControl.)
Public method TryFind (Inherited from UITestControl.)
Public method TryGetClickablePoint(Point%) (Inherited from UITestControl.)
Public method WaitForControlCondition(Predicate<UITestControl>) (Inherited from UITestControl.)
Public method WaitForControlCondition(Predicate<UITestControl>, Int32) (Inherited from UITestControl.)
Public method WaitForControlEnabled() (Inherited from UITestControl.)
Public method WaitForControlEnabled(Int32) (Inherited from UITestControl.)
Public method WaitForControlExist() (Inherited from UITestControl.)
Public method WaitForControlExist(Int32) (Inherited from UITestControl.)
Public method WaitForControlNotExist() (Inherited from UITestControl.)
Public method WaitForControlNotExist(Int32) (Inherited from UITestControl.)
Public method WaitForControlPropertyEqual(String, Object) (Inherited from UITestControl.)
Public method WaitForControlPropertyEqual(String, Object, Int32) (Inherited from UITestControl.)
Public method WaitForControlPropertyNotEqual(String, Object) (Inherited from UITestControl.)
Public method WaitForControlPropertyNotEqual(String, Object, Int32) (Inherited from UITestControl.)
Public method WaitForControlReady() (Inherited from UITestControl.)
Public method WaitForControlReady(Int32) (Inherited from UITestControl.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace

WpfWindow.PropertyNames

WpfControl