UIElementCollection::Contains Method (UIElement^)

 

Determines whether a specified element is in the UIElementCollection.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual bool Contains(
	UIElement^ element
)

Parameters

element
Type: System.Windows::UIElement^

The element to find.

Return Value

Type: System::Boolean

true if the specified UIElement is found in the collection; otherwise, false.

The following example uses the Contains method to determine if a specific UIElement exists within a UIElementCollection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: