WpfProperties Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Class to support access to UITestControl properties using GetProperty and SetProperty.

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

Syntax

'Declaration
Public NotInheritable Class WpfProperties
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class WpfProperties
public ref class WpfProperties abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type WpfProperties =  class end
public final class WpfProperties

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.WpfProperties

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

WpfProperties Members

Microsoft.VisualStudio.TestTools.UITesting Namespace

Other Resources

How to: Use UI Control Actions and Properties in Your Coded UI Tests