ModelItemCollection.Remove Método
Definição
Sobrecargas
| Remove(ModelItem) |
Remove o ModelItem da coleção.Removes the ModelItem from the collection. |
| Remove(Object) |
Remove o valor da coleção.Removes the value from the collection. |
Remove(ModelItem)
public:
abstract bool Remove(System::Activities::Presentation::Model::ModelItem ^ item);
public abstract bool Remove (System.Activities.Presentation.Model.ModelItem item);
abstract member Remove : System.Activities.Presentation.Model.ModelItem -> bool
Public MustOverride Function Remove (item As ModelItem) As Boolean
Parâmetros
Retornos
true se o ModelItem tiver sido removido da coleção; caso contrário, false.true if the ModelItem was removed from the collection; otherwise, false.
Implementações
Aplica-se a
Remove(Object)
Remove o valor da coleção.Removes the value from the collection.
public:
abstract bool Remove(System::Object ^ value);
public abstract bool Remove (object value);
abstract member Remove : obj -> bool
Public MustOverride Function Remove (value As Object) As Boolean
Parâmetros
Retornos
true se o valor tiver sido removido da coleção; caso contrário, false.true if the value was removed from the collection; otherwise, false.