Compartir a través de


TestCommandStatusList.Remove(TestCommandStatus) Método

Definición

Quitar el elemento especificado de esta lista

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

Parámetros

item
TestCommandStatus

Elemento que se va a quitar.

Devoluciones

Lista con elemento quitado.

Implementaciones

Se aplica a