Class PropertyBindingCollection
Inheritance
object
Collection<PropertyBinding>
GenericCollection<PropertyBinding>
PropertyBindingCollection
Namespace: ABB.Robotics.RobotStudio.Stations
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public class PropertyBindingCollection : GenericCollection<PropertyBinding>
Methods
View SourceClearItems()
Declaration
protected override void ClearItems()
Overrides
RobotStudio.API.Internal.GenericCollection<ABB.Robotics.RobotStudio.Stations.PropertyBinding>.ClearItems()
View Source
InsertItem(int, PropertyBinding)
Declaration
protected override void InsertItem(int index, PropertyBinding item)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| PropertyBinding | item |
Overrides
View SourceRemoveItem(int)
Declaration
protected override void RemoveItem(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index |
Overrides
RobotStudio.API.Internal.GenericCollection<ABB.Robotics.RobotStudio.Stations.PropertyBinding>.RemoveItem(int)
View Source
SetItem(int, PropertyBinding)
Declaration
protected override void SetItem(int index, PropertyBinding item)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| PropertyBinding | item |