Share via


IRegistryTools3 Interface

Definition

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
Derived
Implements

Methods

DeleteRegistryKeyFromCurrentUserRoot(String)

Deletes the specified registry key and all subkeys in the HKCU root Registry

(Inherited from IRegistryTools2)
DeleteRegistryKeyFromLocalMachineRoot(String, Boolean)

Deletes the specified registry key and all subkeys in the HKLM root Registry

(Inherited from IRegistryTools2)
DeleteRegistryValueFromCurrentUserRoot(String, String)

Deletes the specified registry value from a key in the HKCU root Registry

(Inherited from IRegistryTools2)
DeleteRegistryValueFromLocalMachineRoot(String, String, Boolean)

Deletes the specified registry value from a key in the HKLM root Registry

(Inherited from IRegistryTools2)
DoesRegistryKeyExistInCurrentUserRoot(String)

Determines if a key exists in the HKCU root Registry

(Inherited from IRegistryTools2)
DoesRegistryKeyExistInLocalMachineRoot(String, Boolean)

Determines if a key exists in the HKLM root Registry

(Inherited from IRegistryTools2)
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

Get int registry value from the HKLM root Registry.

(Inherited from IRegistryTools)
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

Get int registry value from the HKLM root Registry.

(Inherited from IRegistryTools)
GetRegistrySubKeyNamesFromCurrentUserRoot(String)

Get the names of all subkeys under a key in the HKCU root Registry.

(Inherited from IRegistryTools2)
GetRegistrySubKeyNamesFromLocalMachineRoot(String, Boolean)

Get the names of all subkeys under a key in the HKLM root Registry.

(Inherited from IRegistryTools2)
GetRegistryValueFromCurrentUserRoot(String, String, Object)

Get registry key value from the HKCU root Registry.

(Inherited from IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

Get registry key value from the HKLM root Registry.

(Inherited from IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Object)

Get registry key value from the HKLM root Registry.

(Inherited from IRegistryTools)
GetRegistryValueNamesFromCurrentUserRoot(String)

Get the names of all values under a key in the HKCU root Registry.

(Inherited from IRegistryTools2)
GetRegistryValueNamesFromLocalMachineRoot(String, Boolean)

Get the names of all values under a key in the HKLM root Registry.

(Inherited from IRegistryTools2)
SetRegistryFromCurrentUserRoot(String, String, Object)

Sets a value in the registry from the HKCU root Registry.

(Inherited from IRegistryTools)
SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

Sets a value in the registry from the HKLM root Registry

(Inherited from IRegistryTools)
TryGetRegistryValueKindFromCurrentUserRoot(String, String, RegistryValueKind)

Determines the kind of a property in the HKCU root registry.

TryGetRegistryValueKindFromLocalMachineRoot(String, String, RegistryValueKind, Boolean)

Determines the kind of a property in the HKLM root registry.

Applies to