GlobalTypeCollection.IList.Item Property

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

Syntax

'宣言
Private Property Item ( _
    index As Integer _
) As Object Implements IList.Item
'使用
Dim instance As GlobalTypeCollection
Dim index As Integer
Dim value As Object

value = CType(instance, IList).Item(index)

CType(instance, IList).Item(index) = value
Object IList.Item[
    int index
] { get; set; }
private:
virtual property Object^ Item[int index] {
    Object^ get (int index) sealed = IList::Item::get;
    void set (int index, Object^ value) sealed = IList::Item::set;
}
JScript does not support explicit interface implementations.

Parameters

Property Value

Type: System.Object

Implements

IList.Item[Int32]

Permissions

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace