TextElementCollection<TextElementType>::Remove Method (TextElementType)
.NET Framework (current version)
Removes a specified item from the collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- item
-
Type:
TextElementType
An item to be removed fro the collection.
Return Value
Type: System::Booleantrue if the specified item was found and removed; otherwise, false.
Implements
ICollection<T>::Remove(T)This method returns false if item is null.
.NET Framework
Available since 3.0
Available since 3.0
Show: