IRegistryTools2 介面

定義

public interface class IRegistryTools2 : Microsoft::VisualStudio::Utilities::Internal::IRegistryTools
public interface IRegistryTools2 : Microsoft.VisualStudio.Utilities.Internal.IRegistryTools
type IRegistryTools2 = interface
    interface IRegistryTools
Public Interface IRegistryTools2
Implements IRegistryTools
衍生
實作

方法

DeleteRegistryKeyFromCurrentUserRoot(String)

刪除 HKCU 根登錄中指定的登錄機碼和所有子機碼

DeleteRegistryKeyFromLocalMachineRoot(String, Boolean)

刪除 HKLM 根登錄中指定的登錄機碼和所有子機碼

DeleteRegistryValueFromCurrentUserRoot(String, String)

從 HKCU 根登錄中的機碼中刪除指定的登錄值

DeleteRegistryValueFromLocalMachineRoot(String, String, Boolean)

從 HKLM 根登錄中的機碼中刪除指定的登錄值

DoesRegistryKeyExistInCurrentUserRoot(String)

判斷 HKCU 根登錄中是否有機碼

DoesRegistryKeyExistInLocalMachineRoot(String, Boolean)

判斷索引鍵是否存在於 HKLM 根登錄中

GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

從 HKLM 根登錄取得 int 登錄值。

(繼承來源 IRegistryTools)
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

從 HKLM 根登錄取得 int 登錄值。

(繼承來源 IRegistryTools)
GetRegistrySubKeyNamesFromCurrentUserRoot(String)

取得 HKCU 根登錄中機碼下所有子機碼的名稱。

GetRegistrySubKeyNamesFromLocalMachineRoot(String, Boolean)

取得 HKLM 根登錄中機碼下所有子機碼的名稱。

GetRegistryValueFromCurrentUserRoot(String, String, Object)

從 HKCU 根登錄取得登錄機碼值。

(繼承來源 IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

從 HKLM 根登錄取得登錄機碼值。

(繼承來源 IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Object)

從 HKLM 根登錄取得登錄機碼值。

(繼承來源 IRegistryTools)
GetRegistryValueNamesFromCurrentUserRoot(String)

取得 HKCU 根登錄中機碼下所有值的名稱。

GetRegistryValueNamesFromLocalMachineRoot(String, Boolean)

取得 HKLM 根登錄中機碼下所有值的名稱。

SetRegistryFromCurrentUserRoot(String, String, Object)

從 HKCU 根登錄設定登錄中的值。

(繼承來源 IRegistryTools)
SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

從 HKLM 根登錄設定登錄中的值

(繼承來源 IRegistryTools)

適用於