UITestPropertyAttributes – výčet
Výčet atributy vlastnosti.
Tento výčet má atribut FlagsAttribute, který umožňuje bitovou kombinaci hodnot členů.
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting
Sestavení: Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Deklarace
<FlagsAttribute> _
Public Enumeration UITestPropertyAttributes
[FlagsAttribute]
public enum UITestPropertyAttributes
[FlagsAttribute]
public enum class UITestPropertyAttributes
[<FlagsAttribute>]
type UITestPropertyAttributes
public enum UITestPropertyAttributes
Členy
Název členu | Popis | |
---|---|---|
None | ||
Readable | Označuje, že tento atribut je čitelný. | |
Writable | Označuje, že tento atribut lze zapsat do. | |
Searchable | Označuje, že tento atribut lze prohledávat. | |
NonAssertable | ||
DoNotGenerateProperties | ||
CommonToTechnology | Označuje, že tento atribut je společné pro všechny technologie; HTML, Web a model Windows Forms. |