バージョン

GetItemIndexFromChildIndex メソッド

指定した子インデックスに関連付けられた項目インデックスを返します。
シンタックス
'宣言
 
Protected Function GetItemIndexFromChildIndex( _
   ByVal childIndex As Integer _
) As Integer
protected int GetItemIndexFromChildIndex( 
   int childIndex
)

パラメータ

childIndex
指定した項目を含む子要素のインデックス。

戻り値の型

System.Windows.Controls.ItemsControl のリストの項目のインデックス。
参照