Property.IndexedValue 属性

返回列表的一个元素。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
Property IndexedValue ( _
    Index1 As Object, _
    Index2 As Object, _
    Index3 As Object, _
    Index4 As Object _
) As Object
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 : 
        Index1:Object * 
        Index2:Object * 
        Index3:Object * 
        Index4:Object -> Object with get, set
JScript 不支持索引属性。

参数

  • Index1
    类型:Object

    必选。 要显示的项的索引。

  • Index2
    类型:Object

    可选。 要显示的项的索引。 保留供将来使用。

  • Index3
    类型:Object

    可选。 要显示的项的索引。 保留供将来使用。

  • Index4
    类型:Object

    可选。 要显示的项的索引。 保留供将来使用。

属性值

类型:Object
一个对象。

备注

除非该属性返回如 NumIndices 所示的列表,否则 IndexedValue 将被忽略。

.NET Framework 安全性

请参阅

参考

Property 接口

EnvDTE 命名空间