Property this
this[object]
Returns a single item in the collection
Declaration
IProjectItem this[object Identifier] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| object | Identifier | Project item identifier which is either a one based index of the item in the collection or the items name. |
Property Value
| Type | Description |
|---|---|
| IProjectItem | The returned project item |