Click or drag to resize
PropertyBindingCollection Class
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsPropertyBindingCollection

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class PropertyBindingCollection : ICollection, 
	IEnumerable, IEnumerable<PropertyBinding>

The PropertyBindingCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in the collection.
Public propertyIsSynchronized
Public propertyItem
Gets the PropertyBinding at the specified index.
Public propertySyncRoot
Top
Methods
  NameDescription
Public methodAdd
Adds a PropertyBinding to the collection.
Public methodClear
Public methodContains
Returns true if the PropertyBinding exists in the collection.
Public methodCopyTo(Array, Int32)
Public methodCopyTo(PropertyBinding, Int32)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the index of a PropertyBinding in the collection.
Public methodInsert
Adds a PropertyBinding to the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes a PropertyBinding from the collection.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventChanged
Raised when an item is added to or removed from the collection
Top
Version Information

Supported in: 1.0.0.0
See Also