Class PropertyBindingCollection
Inheritance
PropertyBindingCollection
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public class PropertyBindingCollection
Properties
View Source
Count
Gets the number of items in the collection.
Declaration
public virtual int Count { get; }
Property Value
View Source
IsSynchronized
Declaration
public virtual bool IsSynchronized { get; }
Property Value
View Source
this[int]
Declaration
public PropertyBinding this[int index] { get; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value
View Source
SyncRoot
Declaration
public virtual object SyncRoot { get; }
Property Value
Methods
View Source
Add(PropertyBinding)
Declaration
public void Add(PropertyBinding binding)
Parameters
View Source
Clear()
Declaration
View Source
Contains(PropertyBinding)
Declaration
public bool Contains(PropertyBinding binding)
Parameters
Returns
View Source
CopyTo(PropertyBinding[], int)
Declaration
public void CopyTo(PropertyBinding[] array, int index)
Parameters
View Source
CopyTo(Array, int)
Declaration
public virtual void CopyTo(Array array, int index)
Parameters
| Type |
Name |
Description |
| Array |
array |
|
| int |
index |
|
View Source
GetEnumerator()
Declaration
public virtual IEnumerator GetEnumerator()
Returns
View Source
IndexOf(PropertyBinding)
Declaration
public int IndexOf(PropertyBinding binding)
Parameters
Returns
View Source
Insert(int, PropertyBinding)
Declaration
public void Insert(int index, PropertyBinding binding)
Parameters
View Source
Remove(PropertyBinding)
Declaration
public void Remove(PropertyBinding binding)
Parameters
Events
View Source
Changed
Raised when an item is added to or removed from the collection
Declaration
public event CollectionChangedEventHandler Changed
Event Type