私はこのようにはapp.configを使用した場合System.Configuration.Sectionから継承したクラスを経由して「ページ」のリストをピックアップする正しい方法は何ですか?カスタムapp.configをコンフィグセクションハンドラ
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="XrbSettings" type="Xrb.UI.XrbSettings,Xrb.UI" />
</configSections>
<XrbSettings>
<pages>
<add title="Google" url="http://www.google.com" />
<add title="Yahoo" url="http://www.yahoo.com" />
</pages>
</XrbSettings>
</configuration>
リンクは、別のサンプル実装をしたい場合、私はここに1を作った時 – Hoppe
@Hoppe上で壊れている:http://stackoverflow.com/a/33544322/1955317 – Squazz