EventLogInstaller.UninstallAction プロパティ
アセンブリ: System.Configuration.Install (system.configuration.install.dll 内)

Dim instance As EventLogInstaller Dim value As UninstallAction value = instance.UninstallAction instance.UninstallAction = value
public: property UninstallAction UninstallAction { UninstallAction get (); void set (UninstallAction value); }
/** @property */ public UninstallAction get_UninstallAction () /** @property */ public void set_UninstallAction (UninstallAction value)
public function get UninstallAction () : UninstallAction public function set UninstallAction (value : UninstallAction)
EventLog がアンインストールされるときにイベント ログをどの状態にするか示す UninstallAction 値のいずれか。既定値は Remove です。

イベント ログをインストールする場合は、オプションとしてそのログを既存のログに接続できます。接続する場合は、ログをインストール前の状態に戻すか、現在のインストール後の状態のままにするかを決定する必要があります。イベント ログをインストール前の状態に戻す場合、インストール時のイベント ログ エントリへの変更は復元されません。インストール前の値にリセットできるのは、EventLogInstaller に関連付けられているイベント ログ プロパティだけです。


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- EventLogInstaller.UninstallAction プロパティのページへのリンク