Application.CommonAppDataRegistry 속성

정의

모든 사용자가 공유하는 애플리케이션 데이터의 레지스트리 키를 가져옵니다.

public:
 static property Microsoft::Win32::RegistryKey ^ CommonAppDataRegistry { Microsoft::Win32::RegistryKey ^ get(); };
public static Microsoft.Win32.RegistryKey CommonAppDataRegistry { get; }
member this.CommonAppDataRegistry : Microsoft.Win32.RegistryKey
Public Shared ReadOnly Property CommonAppDataRegistry As RegistryKey

속성 값

RegistryKey

모든 사용자가 공유하는 애플리케이션 데이터의 레지스트리 키를 나타내는 RegistryKey입니다.

설명

키가 없으면 다음 형식으로 만들어집니다.

LocalMachine\Software\CompanyName\ProductName\ProductVersion

적용 대상