UITestPropertyAttributes – výčet
Vytvoří 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.WindowsStore.UITesting (v Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
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 | |
---|---|---|
CommonToTechnology | Označuje, že tento atribut je společné pro všechny technologie; HTML, Web a model Windows Forms. | |
DoNotGenerateProperties | ||
NonAssertable | ||
None | ||
Readable | Označuje, že tento atribut není čitelný. | |
Searchable | Označuje, že tento atribut je prohledávat. | |
Writable | Označuje, že tento atribut lze zapsat do. |