次の方法で共有


AppBarAutomationPeer.WaitForInputIdle(Int32) メソッド

定義

指定した時間、または関連付けられているプロセスがアイドル状態になるまで、またはどちらか早く完了するまで、呼び出し元のコードをブロックします。

public:
 virtual bool WaitForInputIdle(int milliseconds) = WaitForInputIdle;
bool WaitForInputIdle(int const& milliseconds);
public bool WaitForInputIdle(int milliseconds);
function waitForInputIdle(milliseconds)
Public Function WaitForInputIdle (milliseconds As Integer) As Boolean

パラメーター

milliseconds
Int32

int

関連付けられたプロセスがアイドル状態になるまで待機する時間。単位はミリ秒です。

戻り値

Boolean

bool

アプリ バーがアイドル状態になった場合は true。タイムアウトが発生した場合は false

実装

M:Windows.UI.Xaml.Automation.Provider.IWindowProvider.WaitForInputIdle(System.Int32) M:Windows.UI.Xaml.Automation.Provider.IWindowProvider.WaitForInputIdle(int)

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象