_SimpleItems.Item[Object] 属性

定义

返回Object集合中 C#) 中的SimpleItems (对象

public:
 property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ Index); };
public object this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As Object

参数

Index
Object

SimpleItems 集合中的对象的从零开始的索引号。

属性值

注解

如果此属性无法返回由 参数指定的 Index 集合中的对象,则该方法返回 Nothing (null 引用 (C#) 中的 Visual Basic) Nothing。

适用于