gpt4 book ai didi

c# - Windows 窗体、Visual Studio C# - 为什么我会/应该使用设置窗口而不是保存在文件中?

转载 作者:行者123 更新时间:2023-11-30 19:34:38 25 4
gpt4 key购买 nike

为什么我会/应该使用“.settings”文件而不是获取信息并将其存储在平面文件中?如何从我的应用程序窗口访问和修改此窗口的设置。我需要创建文件实例还是静态文件?

最佳答案

Why would/should I use a ".settings" file instead of taking the information and storing it in a flat file?

您可以将其存储在平面文件中。但是,在 VS IDE 中使用 C# 时,默认支持存储和访问这些设置

来自 MSDN:

....允许您创建和访问在应用程序执行 session 之间持久保存的值。这些值称为设置。设置可以表示用户偏好,或应用程序需要使用的有值(value)的信息。例如,您可以创建一系列设置来存储用户对应用程序配色方案的偏好。或者您可以存储指定应用程序使用的数据库的连接字符串。设置允许您在代码之外保留对应用程序至关重要的信息,并创建存储个人用户偏好的配置文件。

How do I access and modify the settings from this window from my application windows. Do I need to create an instance of the file or is it static? How do I access and modify the settings from this window from my application windows.

引用这些链接: http://msdn.microsoft.com/en-us/library/aa730869%28VS.80%29.aspx http://www.jeffkwak.com/blog/archive/2008/02/29/winform-settings-with-c.aspx

关于c# - Windows 窗体、Visual Studio C# - 为什么我会/应该使用设置窗口而不是保存在文件中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1251858/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com