AppSettingsReader.GetValue メソッド
指定したキーの値を AppSettings プロパティから取得し、.config ファイルから読み取った値を格納している指定した型のオブジェクトを返します。
Public Function GetValue( _
ByVal key As String, _ ByVal type As Type _) As Object
[C#]
public object GetValue(stringkey,Typetype);
[C++]
public: Object* GetValue(String* key,Type* type);
[JScript]
public function GetValue(
key : String,type : Type) : Object;
パラメータ
- key
値を取得するキー。 - type
返すオブジェクトの型。
戻り値
指定したキーの値。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | key パラメータが null 参照 (Visual Basic では Nothing) です。
または type パラメータが null 参照 (Nothing) です。 |
InvalidOperationException | key に対応する値が構成ファイルで見つかりませんでした。
または 指定した型にはパーサーがありません。 または 指定した型が解析できません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
AppSettingsReader クラス | AppSettingsReader メンバ | System.Configuration 名前空間