バージョン

Remove メソッド

コレクションから項目を削除します。
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As FieldSortDescription _
) As Boolean
public bool Remove( 
   FieldSortDescription item
)

パラメータ

item
削除する項目。

戻り値の型

成功した場合は True。
参照