次の方法で共有


Application.CommonAppDataRegistry プロパティ

すべてのユーザーが共有するアプリケーション データのレジストリ キーを取得します。

Public Shared ReadOnly Property CommonAppDataRegistry As _
   RegistryKey
[C#]
public static RegistryKey CommonAppDataRegistry {get;}
[C++]
public: __property static RegistryKey* get_CommonAppDataRegistry();
[JScript]
public static function get CommonAppDataRegistry() : RegistryKey;

プロパティ値

すべてのユーザーが共有するアプリケーション データのレジストリ キーを表す RegistryKey

解説

キーが存在しない場合は、次の形式で作成されます。

LocalMachine\Software\ CompanyName\ ProductName\ ProductVersion

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Application クラス | Application メンバ | System.Windows.Forms 名前空間