返回列表的一个元素。
命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)
语法
声明
Property IndexedValue ( _
    Index1 As Object, _
    Index2 As Object, _
    Index3 As Object, _
    Index4 As Object _
) As Object
    Get
    Set
Object this[
    Object Index1,
    Object Index2,
    Object Index3,
    Object Index4
] { get; set; }
property Object^ IndexedValue[[InAttribute] Object^ Index1, [InAttribute] Object^ Index2, [InAttribute] Object^ Index3, [InAttribute] Object^ Index4] {
    Object^ get ([InAttribute] Object^ Index1, [InAttribute] Object^ Index2, [InAttribute] Object^ Index3, [InAttribute] Object^ Index4);
    void set ([InAttribute] Object^ Index1, [InAttribute] Object^ Index2, [InAttribute] Object^ Index3, [InAttribute] Object^ Index4, Object^ value);
}
abstract IndexedValue : Object with get, set
JScript 不支持索引属性。
参数
- Index1
 类型:System.Object
 必选。要显示的项的索引。
- Index2
 类型:System.Object
 可选。要显示的项的索引。保留为将来使用。
- Index3
 类型:System.Object
 可选。要显示的项的索引。保留为将来使用。
- Index4
 类型:System.Object
 可选。要显示的项的索引。保留为将来使用。
属性值
类型:System.Object
一个对象。
备注
除非该属性返回如 NumIndices 所示的列表,否则 IndexedValue 将被忽略。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。