IRegistryTools3.TryGetRegistryValueKindFromLocalMachineRoot 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定 HKLM 根登錄中的屬性種類。
public bool TryGetRegistryValueKindFromLocalMachineRoot (string regKeyPath, string regKeyName, out Microsoft.Win32.RegistryValueKind kind, bool use64Bit = false);
abstract member TryGetRegistryValueKindFromLocalMachineRoot : string * string * RegistryValueKind * bool -> bool
Public Function TryGetRegistryValueKindFromLocalMachineRoot (regKeyPath As String, regKeyName As String, ByRef kind As RegistryValueKind, Optional use64Bit As Boolean = false) As Boolean
參數
- regKeyPath
- String
格式機碼\子機碼\subsubkey 的登錄機碼路徑
- regKeyName
- String
機碼底下的變數名稱
- kind
- RegistryValueKind
目前值種類
- use64Bit
- Boolean
如果為 true,則會使用 64 位登錄,否則會使用 32 位
傳回
成功時為 True,失敗時為 false