'Usage
Dim instance As SubItemCollection Dim item As SubItem Dim value As Boolean value = instance.Contains(item)
Parameters
- item
- The SubItem to locate in the collection.
Return Value
true if the item is found in the collection; otherwise, false.
'Usage
Dim instance As SubItemCollection Dim item As SubItem Dim value As Boolean value = instance.Contains(item)