UITestPropertyAttributes Enumeration

Enumerates attributes for the property.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration UITestPropertyAttributes
[FlagsAttribute]
public enum UITestPropertyAttributes
[FlagsAttribute]
public enum class UITestPropertyAttributes
[<FlagsAttribute>]
type UITestPropertyAttributes
public enum UITestPropertyAttributes

Members

Member name Description
None
Readable Indicates that this attribute is readable.
Writable Indicates that this attribute can be written to.
Searchable Indicates that this attribute is searchable.
NonAssertable
DoNotGenerateProperties
CommonToTechnology Indicates that this attribute is common to all technologies; HTML, Web, and Windows Forms.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITesting Namespace