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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。