Application.UserAppDataRegistry 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者之應用程式資料的登錄機碼。
public:
static property Microsoft::Win32::RegistryKey ^ UserAppDataRegistry { Microsoft::Win32::RegistryKey ^ get(); };
public static Microsoft.Win32.RegistryKey UserAppDataRegistry { get; }
member this.UserAppDataRegistry : Microsoft.Win32.RegistryKey
Public Shared ReadOnly Property UserAppDataRegistry As RegistryKey
屬性值
RegistryKey 代表使用者專用之應用程式資料的登錄機碼。
備註
如果索引鍵不存在,則會以下列格式建立:
CurrentUser\Software\CompanyName\ProductName\ProductVersion
儲存在此金鑰中的資料是啟用漫遊之使用者設定檔的一部分。 漫遊使用者可在網路上的多部電腦上運作。 漫遊使用者的使用者設定檔會保留在網路上的伺服器,並在使用者登入時載入系統。 若要讓使用者設定檔被視為漫遊,作業系統必須支援漫遊設定檔,而且必須啟用。