Show / Hide Table of Contents

Class PropertyBindingCollection

Inheritance
object
PropertyBindingCollection
Namespace: ABB.Robotics.RobotStudio.Stations
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
Type Description
int
View Source

IsSynchronized

Declaration
public virtual bool IsSynchronized { get; }
Property Value
Type Description
bool
View Source

this[int]

Gets the PropertyBinding at the specified index.

Declaration
public PropertyBinding this[int index] { get; }
Parameters
Type Name Description
int index
Property Value
Type Description
PropertyBinding
View Source

SyncRoot

Declaration
public virtual object SyncRoot { get; }
Property Value
Type Description
object

Methods

View Source

Add(PropertyBinding)

Adds a PropertyBinding to the collection.

Declaration
public void Add(PropertyBinding binding)
Parameters
Type Name Description
PropertyBinding binding
View Source

Clear()

Declaration
public void Clear()
View Source

Contains(PropertyBinding)

Returns true if the PropertyBinding exists in the collection.

Declaration
public bool Contains(PropertyBinding binding)
Parameters
Type Name Description
PropertyBinding binding
Returns
Type Description
bool
View Source

CopyTo(PropertyBinding[], int)

Declaration
public void CopyTo(PropertyBinding[] array, int index)
Parameters
Type Name Description
PropertyBinding[] array
int index
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
Type Description
IEnumerator
View Source

IndexOf(PropertyBinding)

Returns the index of a PropertyBinding in the collection.

Declaration
public int IndexOf(PropertyBinding binding)
Parameters
Type Name Description
PropertyBinding binding
Returns
Type Description
int
View Source

Insert(int, PropertyBinding)

Adds a PropertyBinding to the collection at the specified index.

Declaration
public void Insert(int index, PropertyBinding binding)
Parameters
Type Name Description
int index
PropertyBinding binding
View Source

Remove(PropertyBinding)

Removes a PropertyBinding from the collection.

Declaration
public void Remove(PropertyBinding binding)
Parameters
Type Name Description
PropertyBinding binding

Events

View Source

Changed

Raised when an item is added to or removed from the collection

Declaration
public event CollectionChangedEventHandler Changed
Event Type
Type Description
CollectionChangedEventHandler
  • View Source
In this article
Back to top Copyright © 2025 ABB