[]
Gets or sets the ImageEntry with the specified key ImageCollection.
public ImageEntry this[string key] { get; }
Public ReadOnly Default Property Item(key As String) As ImageEntry
| Type | Name | Description |
|---|---|---|
| string | key | String that identifies the ImageEntry. |
| Type | Description |
|---|---|
| ImageEntry | The ImageEntry with the specified key. |
The key parameter is not case-sensitive.