バージョン

Remove メソッド (RadialMenuToolsCollection)

System.Collections.Generic.ICollection<T> から指定オブジェクトの最初の発生を削除します。
シンタックス
'宣言
 
Public Function Remove( _
   ByVal tool As RadialMenuTool _
) As Boolean
public bool Remove( 
   RadialMenuTool tool
)

パラメータ

tool
System.Collections.Generic.ICollection<T> から削除するオブジェクト。

戻り値の型

項目が System.Collections.Generic.ICollection<T> から削除された場合 true。そうでない場合は False。このメソッドは、元の System.Collections.Generic.ICollection<T> で見つからない場合 false を返します。
参照