[]
Returns a single object from a collection.
IBackgroundPicture this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IBackgroundPicture
| Type | Name | Description |
|---|---|---|
| int | index | Required int. The index number for the object. |
Returns a single object from a collection.
IBackgroundPicture this[string name] { get; }
ReadOnly Default Property Item(name As String) As IBackgroundPicture
| Type | Name | Description |
|---|---|---|
| string | name | Required string. The name for the object. |