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)

适用于