VisualCollection::Contains Method (Visual^)
.NET Framework (current version)
Namespace:
System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- visual
-
Type:
System.Windows.Media::Visual^
The Visual to search for in the collection.
The worst-case runtime scenario of this function is O(n), where n is the number of items in the VisualCollection.
.NET Framework
Available since 3.0
Available since 3.0
Show: