'宣言
Public Function GetItemIndex( _ ByVal itemDisplayIndex As Integer _ ) As Integer
public int GetItemIndex( int itemDisplayIndex )
パラメータ
- itemDisplayIndex
- 項目の表示インデックス。
戻り値の型
System.Windows.Controls.ItemsControl.Items に基づく項目インデックスの値。
'宣言
Public Function GetItemIndex( _ ByVal itemDisplayIndex As Integer _ ) As Integer
public int GetItemIndex( int itemDisplayIndex )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | itemDisplayIndex が 0 未満か、項目数以上です。 |