バージョン

GetChildIndexFromItemIndex メソッド

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

パラメータ

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

戻り値の型

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