Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Selects an item in the collection.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function Item ( _
Index As Object _
) As Object
Object Item(
Object Index
)
Object^ Item(
Object^ Index
)
abstract Item :
Index:Object -> Object
function Item(
Index : Object
) : Object
Parameters
- Index
Type: System.Object
An object representing the index of the item in the collection.
Return Value
Type: System.Object
An item in the collection.
Remarks
You can provide either a 1-based number that is an index to an item in the collection, or you can provide a quoted string representing the name of an item in the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.