InstallerCollection.OnRemove メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
コレクションからインストーラを削除する前に、追加のカスタム プロセスを実行します。
名前空間: System.Configuration.Install
アセンブリ: System.Configuration.Install (system.configuration.install.dll 内)
構文
Protected Overrides Sub OnRemove ( _ index As Integer, _ value As Object _ )
Dim index As Integer Dim value As Object
protected override void OnRemove ( int index, Object value )
protected: virtual void OnRemove ( int index, Object^ value ) override
protected void OnRemove ( int index, Object value )
protected override function OnRemove ( index : int, value : Object )
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
.NET Framework
サポート対象 : 2.0、1.1、1.0
関連項目
InstallerCollection クラス
InstallerCollection メンバ
System.Configuration.Install 名前空間