Represents a text 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.WpfText
Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class WpfText _
    Inherits WpfControl
[CLSCompliantAttribute(true)]
public class WpfText : WpfControl
[CLSCompliantAttribute(true)]
public ref class WpfText : public WpfControl
[<CLSCompliantAttribute(true)>]
type WpfText =  
    class 
        inherit WpfControl 
    end
public class WpfText extends WpfControl
The WpfText type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | WpfText() | Initializes a new instance of the WpfText class. | 
| .gif) | WpfText(UITestControl) | Initializes a new instance of the WpfText class by using the provided parent control. | 
Top
Properties
Top
Methods
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
.gif)
.gif)
.gif)