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

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

パラメータ

collectionView
The collection view.
index
The index of the item that would be removed.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ