TextElementCollection<TextElementType>::Contains Method (TextElementType)
.NET Framework (current version)
Queries for the presence of a specified item in the collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- item
-
Type:
TextElementType
An item to query for the presence of in the collection.
Return Value
Type: System::Booleantrue if the specified item is present in the collection; otherwise, false.
Implements
ICollection<T>::Contains(T)
.NET Framework
Available since 3.0
Available since 3.0
Show: