指定したフィールドの 32 ビット符号付き整数値を取得します。
Function GetInt32( _
ByVal i As Integer _) As Integer
[C#]
int GetInt32(
inti);
[C++]
int GetInt32(
inti);
[JScript]
function GetInt32(
i : int) : int;
パラメータ
- i
検索するフィールドのインデックス。
戻り値
指定したフィールドの 32 ビット符号付き整数値。
例外
| 例外の種類 | 条件 |
|---|---|
| IndexOutOfRangeException | 渡されたインデックスが 0 から FieldCount の範囲にありません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET