A Sandcastle Documented Class Library
GetAppSettingInt メソッド (key, defaultValue)
名前空間CFW.ConfigExtConfigGetAppSettingInt(String, Int32)
appSettingsセクションから指定キーの整数を取り出す
宣言の構文
C#Visual BasicVisual C++
public override int GetAppSettingInt(
	string key,
	int defaultValue
)
Public Overrides Function GetAppSettingInt ( _
	key As String, _
	defaultValue As Integer _
) As Integer
public:
virtual int GetAppSettingInt(
	String^ key, 
	int defaultValue
) override
パラメータ
key (String)
対象キー
defaultValue (Int32)
対象キーが設定されていない場合の値
戻り値
対象キーに該当する値/設定されていない場合defaultValue

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)