IAutomaticUpdates インターフェイス (wuapi.h)

自動更新の機能が含まれています。

継承

IAutomaticUpdates インターフェイスは、IDispatch インターフェイスから継承されます。 IAutomaticUpdates には、 次の種類のメンバーもあります。

メソッド

IAutomaticUpdates インターフェイスには、これらのメソッドがあります。

 
IAutomaticUpdates::D etectNow

自動更新が有効になっている場合は、自動更新検出タスクを開始します。 更新プログラムが検出された場合、インストール動作は IAutomaticUpdatesSettings インターフェイスの NotificationLevel プロパティによって決定されます。
IAutomaticUpdates::EnableService

自動更新に必要なすべてのコンポーネントを有効にします。
IAutomaticUpdates::get_ServiceEnabled

自動更新が必要なすべてのコンポーネントを使用できるかどうかを示すブール値を取得します。
IAutomaticUpdates::get_Settings

自動更新の構成設定を取得します。
IAutomaticUpdates::P ause

自動更新を一時停止します。
IAutomaticUpdates::Resume

自動更新が一時停止されている場合は、自動更新を再開します。
IAutomaticUpdates::ShowSettingsDialog

自動更新の設定を含むダイアログ ボックスを表示します。

解説

このインターフェイスのインスタンスは、AutomaticUpdates コクラスを使用して作成できます。 オブジェクトを作成するには、Microsoft.Update.AutoUpdate プログラム識別子を使用します。

要件

   
サポートされている最小のクライアント Windows XP、Windows 2000 Professional SP3 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2003、Windows 2000 Server SP3 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー wuapi.h

関連項目

IAutomaticUpdates2