GrapeCity SPREAD for Windows Forms 11.0J
GetKey メソッド


0から始まるインデックスを表すInt32値。
コレクションの指定したインデックスにある要素のキーを取得します。
構文
'Declaration
 
Public Overridable Function GetKey( _
   ByVal index As Integer _
) As String
'使用法
 
Dim instance As BaseKeyCollection
Dim index As Integer
Dim value As String
 
value = instance.GetKey(index)
public virtual string GetKey( 
   int index
)

パラメータ

index
0から始まるインデックスを表すInt32値。

戻り値の型

インデックスが有効な場合は要素のキー。それ以外の場合は System.String.Empty
参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.