ModelItemCollection.Remove Método

Definição

Remove um ModelItem ou outros Object da coleção.Removes a ModelItem or other Object from the collection.

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)

Remove o ModelItem da coleção.Removes the ModelItem from the collection.

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

Boolean

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

value
Object

O Object.The Object.

Retornos

Boolean

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.

Aplica-se a