[]
Replaces the element at the specified index.
protected override void SetItem(int index, AppearanceStyleInfo item)
Protected Overrides Sub SetItem(index As Integer, item As AppearanceStyleInfo)
Type | Name | Description |
---|---|---|
int | index | The zero based index of the element to replace. |
AppearanceStyleInfo | item | The new value for the element at the specified index. The value can be null for reference types. |
Type | Condition |
---|---|
ArgumentOutOfRangeException |
The -or-
The |
ArgumentNullException | The |