UITestPropertyAttributes Enumeration
Visual Studio 2012
Enumerates attributes for the property.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TestTools.UITestingAssembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
| Member name | Description | |
|---|---|---|
| CommonToTechnology | Indicates that this attribute is common to all technologies; HTML, Web, and Windows Forms. | |
| DoNotGenerateProperties | ||
| NonAssertable | ||
| None | ||
| Readable | Indicates that this attribute is readable. | |
| Searchable | Indicates that this attribute is searchable. | |
| Writable | Indicates that this attribute can be written to. |