バージョン

SetItem メソッド (DiagramItemsCollection)

指定したインデックスにある を返します。
シンタックス
'宣言
 
Protected Overrides Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As DiagramItem _
) 
protected override void SetItem( 
   int index,
   DiagramItem item
)

パラメータ

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