次の方法で共有


IRegistryTools2.DoesRegistryKeyExistInCurrentUserRoot(String) メソッド

定義

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

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

パラメーター

regKeyPath
String

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

戻り値

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

適用対象