本文介绍了app.config中的用户范围与应用程序范围的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
app.config中的用户范围和应用程序范围有什么区别?
What is the difference between the User scope and Application scope in app.config?
推荐答案
用户范围设置用于存储特定于每个用户的值,而应用程序范围设置用于所有用户.
User-scope settings are used to store values specific to each individual user, whereas application-scope settings are used for all users.
看看这个文章.
这篇关于app.config中的用户范围与应用程序范围的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!