CollectionView for WinForms
CanInsert<T> メソッド (ICollectionViewEx)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス : CanInsert<T> メソッド
The collection view.
The index where the items would be inserted.
Determines whether a new item can be inserted in the collection at the specified index.
シンタックス
'宣言
 
Public Shared Function CanInsert(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal index As System.Integer _
) As System.Boolean
public static System.bool CanInsert<T>( 
   ICollectionView<T> collectionView,
   System.int index
)
where T: class

パラメータ

collectionView
The collection view.
index
The index where the items would be inserted.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ