ColumnDefinitionCollection::Contains Method (ColumnDefinition^)
.NET Framework (current version)
Determines whether a given ColumnDefinition exists within a ColumnDefinitionCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- value
-
Type:
System.Windows.Controls::ColumnDefinition^
Identifies the ColumnDefinition that is being tested.
Return Value
Type: System::Booleantrue if the ColumnDefinition exists within the collection; otherwise false.
Implements
ICollection<T>::Contains(T)The following example demonstrates how to use the Contains method to determine whether a ColumnDefinition exists in a ColumnDefinitionCollection.
To view the complete sample, see How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections.
.NET Framework
Available since 3.0
Available since 3.0
Show: