ModelItemCollection.Remove Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Remove(ModelItem) | Removes the ModelItem from the collection. | 
| Remove(Object) | Removes the value from the collection. | 
Remove(ModelItem)
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 -> boolPublic MustOverride Function Remove (item As ModelItem) As BooleanParameters
Returns
true if the ModelItem was removed from the collection; otherwise, false.
Implements
Applies to
Remove(Object)
Removes the value from the collection.
public:
 abstract bool Remove(System::Object ^ value);public abstract bool Remove(object value);abstract member Remove : obj -> boolPublic MustOverride Function Remove (value As Object) As BooleanParameters
Returns
true if the value was removed from the collection; otherwise, false.