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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next