IRegistryTools3 接口

定义

public interface class IRegistryTools3 : Microsoft::VisualStudio::Utilities::Internal::IRegistryTools2
public interface IRegistryTools3 : Microsoft.VisualStudio.Utilities.Internal.IRegistryTools2
type IRegistryTools3 = interface
    interface IRegistryTools2
    interface IRegistryTools
Public Interface IRegistryTools3
Implements IRegistryTools2
派生
实现

方法

DeleteRegistryKeyFromCurrentUserRoot(String)

删除 HKCU 根注册表中的指定注册表项和所有子项

(继承自 IRegistryTools2)
DeleteRegistryKeyFromLocalMachineRoot(String, Boolean)

删除 HKLM 根注册表中的指定注册表项和所有子项

(继承自 IRegistryTools2)
DeleteRegistryValueFromCurrentUserRoot(String, String)

从 HKCU 根注册表中的项中删除指定的注册表值

(继承自 IRegistryTools2)
DeleteRegistryValueFromLocalMachineRoot(String, String, Boolean)

从 HKLM 根注册表中的项中删除指定的注册表值

(继承自 IRegistryTools2)
DoesRegistryKeyExistInCurrentUserRoot(String)

确定 HKCU 根注册表中是否存在项

(继承自 IRegistryTools2)
DoesRegistryKeyExistInLocalMachineRoot(String, Boolean)

确定 HKLM 根注册表中是否存在项

(继承自 IRegistryTools2)
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

从 HKLM 根注册表获取 int 注册表值。

(继承自 IRegistryTools)
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

从 HKLM 根注册表获取 int 注册表值。

(继承自 IRegistryTools)
GetRegistrySubKeyNamesFromCurrentUserRoot(String)

获取 HKCU 根注册表中某个项下的所有子项的名称。

(继承自 IRegistryTools2)
GetRegistrySubKeyNamesFromLocalMachineRoot(String, Boolean)

获取 HKLM 根注册表中某个项下的所有子项的名称。

(继承自 IRegistryTools2)
GetRegistryValueFromCurrentUserRoot(String, String, Object)

从 HKCU 根注册表获取注册表项值。

(继承自 IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

从 HKLM 根注册表获取注册表项值。

(继承自 IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Object)

从 HKLM 根注册表获取注册表项值。

(继承自 IRegistryTools)
GetRegistryValueNamesFromCurrentUserRoot(String)

获取 HKCU 根注册表中某个项下的所有值的名称。

(继承自 IRegistryTools2)
GetRegistryValueNamesFromLocalMachineRoot(String, Boolean)

获取 HKLM 根注册表中某个项下的所有值的名称。

(继承自 IRegistryTools2)
SetRegistryFromCurrentUserRoot(String, String, Object)

从 HKCU 根注册表设置注册表中的值。

(继承自 IRegistryTools)
SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

从 HKLM 根注册表设置注册表中的值

(继承自 IRegistryTools)
TryGetRegistryValueKindFromCurrentUserRoot(String, String, RegistryValueKind)

确定 HKCU 根注册表中属性的类型。

TryGetRegistryValueKindFromLocalMachineRoot(String, String, RegistryValueKind, Boolean)

确定 HKLM 根注册表中的属性的类型。

适用于