[]
        
(Showing Draft Content)

C1.Win.Tile.MappingCollection.SetItem

SetItem Method

SetItem(int, PropertyMapping)

Replaces the PropertyMapping at the specified index.

Declaration
protected override void SetItem(int index, PropertyMapping pm)
Protected Overrides Sub SetItem(index As Integer, pm As PropertyMapping)
Parameters
Type Name Description
int index
PropertyMapping pm
Overrides