IRegistryTools2.DoesRegistryKeyExistInCurrentUserRoot(String) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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