次の方法で共有


TestCommandStatusList.Remove(TestCommandStatus) メソッド

定義

指定した項目をこのリストから削除します

public bool Remove (System.Fabric.Query.TestCommandStatus item);
abstract member Remove : System.Fabric.Query.TestCommandStatus -> bool
override this.Remove : System.Fabric.Query.TestCommandStatus -> bool
Public Function Remove (item As TestCommandStatus) As Boolean

パラメーター

item
TestCommandStatus

削除する項目。

戻り値

削除された項目を含むリスト。

実装

適用対象