startItem と endItem の間に含まれるすべての項目を取得します。連続選択を行うときに使用されます。
シンタックス
'宣言
Public Delegate Function C1SelectionManager.GetSelection(Of )( _
ByVal As , _
ByVal As _
) As System.Collections.Generic.IList(Of T)
public delegate System.Collections.Generic.IList<T> C1SelectionManager.GetSelection<>(
,
)
パラメータ
- startItem
- 選択範囲の最初の項目
- endItem
- 選択範囲の最後の項目
型パラメータ
- T
戻り値の型
最初の項目と最後の項目の間に含まれる項目のリスト
参照