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

適用対象