在Winform应用程序的App.config中添加注释

时间:2018-11-06 04:06:45

标签: c# winforms app-config application-settings

我正在使用C#开发Windows应用程序。我需要在应用程序设置(App.config)中添加一些注释 这是我的App.config

<connectionStrings>
    <add name="SLTBillConnectionString" connectionString="Data Source=DESKTOP-BIJLHTG\Yuresh_SQL;Initial Catalog=SLTBillPaymentDB;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>

<appSettings>
    <add key="ScheduledTimeForNewDay" value="09" />
    <add key="KioskCode" value="0001" />
    <add key="IsMobitelPaymentEnable" value="false" />
    <add key="MaxChequeAmount" value="500000" />
    <add key="MinChequeAmount" value="10" />
</appSettings>

1 个答案:

答案 0 :(得分:2)

与HTML相同,请尝试<!-- your comment -->