IUpdateSearcher 介面 (wuapi.h)
搜尋伺服器上的更新。
繼承
IUpdateSearcher 介面繼承自 IDispatch 介面。 IUpdateSearcher 也有下列類型的成員:
方法
IUpdateSearcher 介面具有這些方法。
IUpdateSearcher::BeginSearch 開始執行異步搜尋更新。 搜尋會使用目前設定的搜尋選項。 |
IUpdateSearcher::EndSearch 完成更新的異步搜尋。 |
IUpdateSearcher::EscapeString 將字串轉換成字串,以做為搜尋準則字串中的常值。 |
IUpdateSearcher::get_CanAutomaticallyUpgradeService 取得並設定布爾值,指出未來是否呼叫 BeginSearch 和 Search 方法會導致自動升級為 Windows Update Agent (WUA) 。 (取得) |
IUpdateSearcher::get_ClientApplicationID 識別目前的用戶端應用程式。 (取得) |
IUpdateSearcher::get_IncludePotentiallySupersededUpdates 取得並設定布爾值,指出搜尋結果是否包含搜尋結果中其他更新所取代的更新。 (取得) |
IUpdateSearcher::get_Online 取得並設定布爾值,指出UpdateSearcher是否上線以搜尋更新。 (取得) |
IUpdateSearcher::get_ServerSelection 取得並設定 ServerSelection 值,指出要搜尋更新的伺服器。 (取得) |
IUpdateSearcher::get_ServiceID 取得並設定當要搜尋的網站不是 Windows Update 網站時要搜尋的網站。 (取得) |
IUpdateSearcher::GetTotalHistoryCount 傳回電腦上的更新事件數目。 |
IUpdateSearcher::p ut_CanAutomaticallyUpgradeService 取得並設定布爾值,指出未來是否呼叫 BeginSearch 和 Search 方法會導致自動升級為 Windows Update Agent (WUA) 。 (Put) |
IUpdateSearcher::p ut_ClientApplicationID 識別目前的用戶端應用程式。 (Put) |
IUpdateSearcher::p ut_IncludePotentiallySupersedUpdates 取得並設定布爾值,指出搜尋結果是否包含搜尋結果中其他更新所取代的更新。 (Put) |
IUpdateSearcher::p ut_Online 取得並設定布爾值,指出UpdateSearcher是否上線以搜尋更新。 (Put) |
IUpdateSearcher::p ut_ServerSelection 取得並設定 ServerSelection 值,指出要搜尋更新的伺服器。 (Put) |
IUpdateSearcher::p ut_ServiceID 取得並設定當要搜尋的網站不是 Windows Update 網站時要搜尋的網站。 (Put) |
IUpdateSearcher::QueryHistory 同步查詢電腦是否有更新事件的歷程記錄。 |
IUpdateSearcher::Search 執行同步搜尋更新。 搜尋會使用目前設定的搜尋選項。 |
備註
您可以使用 UpdateSearcher coclass 來建立這個介面的實例。 使用 Microsoft.Update.Searcher 程式識別碼來建立 物件。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003、Windows 2000 Server 與 SP3 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | wuapi.h |