假设设置文件中有 5 个项目(MySetting1
to MySetting5
),为什么PropertyValues
有 0 个项目,而 Properties 有正确的数字?
Console.WriteLine( Properties.Settings.Default.PropertyValues.Count); // Displays 0
Console.WriteLine( Properties.Settings.Default.Properties.Count); // Displays 5