标签: .net scope settings
我可以定义自定义范围:
[AttributeUsage(AttributeTargets.Property)] public sealed class SiteScopedSettingAttribute : SettingAttribute { }
如何在Visual Studio设置编辑器中使用它(在“范围”组合框中可用)?
答案 0 :(得分:0)
为此,您必须手动编辑Settings.settings文件,将其作为XML文件打开,并将文本放在Scope XML属性中。