バージョン

GetItemName メソッド

指定した項目の文字列表現を返します。
シンタックス
'宣言
 
Protected Overridable Function GetItemName( _
   ByVal index As Integer, _
   ByVal item As Object, _
   ByVal count As Integer _
) As String
protected virtual string GetItemName( 
   int index,
   object item,
   int count
)

パラメータ

index
コレクション内の項目のインデックス。
item
項目
count
コレクションに含まれる項目の数

戻り値の型

オブジェクトの文字列表現。
参照