Sdílet prostřednictvím


RegistryTools.DoesRegistryKeyExistInCurrentUserRoot(String) Metoda

Definice

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

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

Parametry

regKeyPath
String

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

Návraty

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

Implementuje

Platí pro