This topic has not yet been rated - Rate this topic

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)
[<FlagsAttribute>]
type UITestPropertyAttributes
Member nameDescription
CommonToTechnologyIndicates that this attribute is common to all technologies; HTML, Web, and Windows Forms.
DoNotGenerateProperties
NonAssertable
None
ReadableIndicates that this attribute is readable.
SearchableIndicates that this attribute is searchable.
WritableIndicates that this attribute can be written to.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.