다음을 통해 공유


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 루트 레지스트리의 속성 종류를 결정합니다.

적용 대상