AppBarAutomationPeer.WaitForInputIdle(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
封鎖指定時間的呼叫程式碼,或直到相關聯的進程進入閒置狀態為止,只要先完成。
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 引進)
|