次の方法で共有


RegistryTools.DeleteRegistryKeyFromCurrentUserRoot(String) メソッド

定義

指定したレジストリ キーと HKCU ルート レジストリ内のすべてのサブキーを削除します

public:
 virtual bool DeleteRegistryKeyFromCurrentUserRoot(System::String ^ regKeyPath);
public bool DeleteRegistryKeyFromCurrentUserRoot (string regKeyPath);
abstract member DeleteRegistryKeyFromCurrentUserRoot : string -> bool
override this.DeleteRegistryKeyFromCurrentUserRoot : string -> bool
Public Function DeleteRegistryKeyFromCurrentUserRoot (regKeyPath As String) As Boolean

パラメーター

regKeyPath
String

key\subkey\subsubkey 形式のレジストリ キーへのパス

戻り値

削除された場合は True、エラーの場合は false

実装

適用対象