次の方法で共有


IRegistryTools2.DeleteRegistryKeyFromCurrentUserRoot(String) メソッド

定義

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

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

パラメーター

regKeyPath
String

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

戻り値

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

適用対象