バージョン

RemoveItem メソッド (DiagramItemsCollection)

コレクション内の指定したインデックスにある項目を削除します。
シンタックス
'宣言
 
Protected Overrides Sub RemoveItem( _
   ByVal index As Integer _
) 
protected override void RemoveItem( 
   int index
)

パラメータ

index
例外
例外解説
System.InvalidOperationExceptionThe exception that is thrown when a method call is invalid for the object's current state.
参照