PowerTools InputMan for ASP.NET 8.0J
GetKey メソッド

項目のインデックス(Int32 型)
コレクション内の特定のインデックスから項目のキーを取得します。
構文
Public Overridable Function GetKey( _
   ByVal index As Integer _
) As String
public virtual string GetKey( 
   int index
)

パラメータ

index
項目のインデックス(Int32 型)

戻り値の型

有効なインデックスの場合は要素のキー、無効なインデックスの場合は空の文字列を返します。
例外
例外解説
System.ArgumentOutOfRangeException

indexに負の値が設定されています。

または

indexにコレクションの総数以上の値が設定されています。

参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.