| |||||||||||
ConstraintCollection.RemoveAt MethodSystem.Data Namespace ConstraintCollection Class Removes the constraint at the specified index from the collection. [ VB ] Public Sub RemoveAt ( _ ByVal index As Integer _ ) [ C# ] public void RemoveAt ( int index ); [ C++ ] public: void RemoveAt ( int index ); [ JScript ] public function RemoveAt ( index : int ); Parameters
Exceptions
RemarksThe IndexOf method returns the index of a given Constraint. Use the Contains method to determine if the collection contains the target Constraint. Use the CanRemove method to determine if a Constraint can be removed.the CollectionChanged event occurs if the removal succeeds. ExampleThe following example uses the IndexOf method in conjunction with the RemoveAt method to remove a constraint from the ConstraintCollection.
See AlsoConstraintCollection Members CanRemove Contains IndexOf |
| ||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme