Sdílet prostřednictvím


IRegistryTools3.TryGetRegistryValueKindFromCurrentUserRoot Metoda

Definice

Určuje druh vlastnosti v kořenovém registru HKCU.

public:
 bool TryGetRegistryValueKindFromCurrentUserRoot(System::String ^ regKeyPath, System::String ^ regKeyName, [Runtime::InteropServices::Out] Microsoft::Win32::RegistryValueKind % kind);
public bool TryGetRegistryValueKindFromCurrentUserRoot (string regKeyPath, string regKeyName, out Microsoft.Win32.RegistryValueKind kind);
abstract member TryGetRegistryValueKindFromCurrentUserRoot : string * string * RegistryValueKind -> bool
Public Function TryGetRegistryValueKindFromCurrentUserRoot (regKeyPath As String, regKeyName As String, ByRef kind As RegistryValueKind) As Boolean

Parametry

regKeyPath
String

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

regKeyName
String

Název proměnné pod klíčem

kind
RegistryValueKind

druh aktuální hodnoty

Návraty

True při úspěchu, false při selhání

Platí pro