Sdílet prostřednictvím


IRegistryTools2.DoesRegistryKeyExistInCurrentUserRoot(String) Metoda

Definice

Určuje, jestli v kořenovém registru HKCU existuje klíč.

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

Parametry

regKeyPath
String

Cesta ke klíči registru ve formátu klíč\podklíč\podklíč

Návraty

True, pokud klíč existuje, false, pokud neexistuje

Platí pro