RegistryTools.SetRegistryFromCurrentUserRoot 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetRegistryFromCurrentUserRoot(String, String, Object) |
HKCU 루트 레지스트리에서 레지스트리의 값을 설정합니다. |
SetRegistryFromCurrentUserRoot(String, String, Object, RegistryValueKind) |
HKCU 루트 레지스트리에서 레지스트리의 값을 설정합니다. |
SetRegistryFromCurrentUserRoot(String, String, Object)
HKCU 루트 레지스트리에서 레지스트리의 값을 설정합니다.
public:
virtual bool SetRegistryFromCurrentUserRoot(System::String ^ regKeyPath, System::String ^ regKeyName, System::Object ^ value);
public bool SetRegistryFromCurrentUserRoot (string regKeyPath, string regKeyName, object value);
abstract member SetRegistryFromCurrentUserRoot : string * string * obj -> bool
override this.SetRegistryFromCurrentUserRoot : string * string * obj -> bool
Public Function SetRegistryFromCurrentUserRoot (regKeyPath As String, regKeyName As String, value As Object) As Boolean
매개 변수
- regKeyPath
- String
키\subkey\subsubkey 형식의 레지스트리 키 경로
- regKeyName
- String
키 아래의 변수 이름
- value
- Object
설정할 값
반환
true이면 설정되거나 false이면 오류
구현
적용 대상
SetRegistryFromCurrentUserRoot(String, String, Object, RegistryValueKind)
HKCU 루트 레지스트리에서 레지스트리의 값을 설정합니다.
public bool SetRegistryFromCurrentUserRoot (string regKeyPath, string regKeyName, object value, Microsoft.Win32.RegistryValueKind valueKind);
abstract member SetRegistryFromCurrentUserRoot : string * string * obj * Microsoft.Win32.RegistryValueKind -> bool
override this.SetRegistryFromCurrentUserRoot : string * string * obj * Microsoft.Win32.RegistryValueKind -> bool
Public Function SetRegistryFromCurrentUserRoot (regKeyPath As String, regKeyName As String, value As Object, valueKind As RegistryValueKind) As Boolean
매개 변수
- regKeyPath
- String
키\subkey\subsubkey 형식의 레지스트리 키 경로
- regKeyName
- String
키 아래의 변수 이름
- value
- Object
설정할 값
- valueKind
- RegistryValueKind
RegistryValueKind 유형입니다. 지원되는 형식은 DWord, QWord입니다.
반환
true이면 설정되거나 false이면 오류