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 -> bool
Public MustOverride Function Remove (item As ModelItem) As Boolean
Parameters
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 -> bool
Public MustOverride Function Remove (value As Object) As Boolean
Parameters
Returns
true
if the value was removed from the collection; otherwise, false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.