Partilhar via


GlobalTypeCollection.IList.Item Property

Gets or sets the item at the specified position in the collection.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaração
Private Property Item ( _
    index As Integer _
) As Object Implements IList.Item
Object IList.this[
    int index
] { get; set; }

Parameters

Property Value

Type: System.Object
The item at the specified position.

Implements

IList.Item

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

Microsoft.VisualStudio.Shell.Design Namespace