バージョン

Remove メソッド (BulletPropertiesCollection)

指定した項目をコレクションから削除します。
シンタックス
'宣言
 
Public Sub Remove( _
   ByVal bulletProperties As BulletProperties _
) 
public void Remove( 
   BulletProperties bulletProperties
)

パラメータ

bulletProperties
削除する BulletProperties への参照。
解説

項目をコレクションから削除することにより、コレクションの他の項目の Id プロパティの値が変更されます。

参照