次の方法で共有


UITestPropertyAttributes 列挙体

プロパティの属性を列挙します。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間:  Microsoft.VisualStudio.TestTools.UITesting
アセンブリ:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll 内)

構文

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

メンバー

メンバー名 説明
CommonToTechnology この属性がすべてのテクノロジ (HTML、Web、および Windows フォーム) に共通することを示します。
DoNotGenerateProperties
NonAssertable
None
Readable この属性が読み取り可能であることを示します。
Searchable この属性が検索可能であることを示します。
Writable この属性が書き込み可能であることを示します。

参照

関連項目

Microsoft.VisualStudio.TestTools.UITesting 名前空間