次の方法で共有


RegistryTools.DoesRegistryKeyExistInCurrentUserRoot(String) メソッド

定義

HKCU ルート レジストリにキーが存在するかどうかを判断します

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

パラメーター

regKeyPath
String

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

戻り値

キーが存在する場合は True、存在しない場合は false

実装

適用対象