次の方法で共有


WaitForReadyLevel 列挙体

この列挙体は、UITechnologyElement.WaitForReady メソッドの呼び出しがどのように実行されるかを指定するために使用されます。

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

構文

'宣言
Public Enumeration WaitForReadyLevel
public enum WaitForReadyLevel
public enum class WaitForReadyLevel
type WaitForReadyLevel
public enum WaitForReadyLevel

メンバー

メンバー名 説明
AllThreads すべてのスレッドを待機します。
Disabled 待機を無効にします。
UIThreadOnly UI スレッドを待機します。

参照

関連項目

Microsoft.VisualStudio.TestTools.UITest.Extension 名前空間

UITechnologyElement