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 : Object with get, set
JScript 不支援索引屬性。
參數
- Index1
型別:System.Object
必要項。所要顯示項目的索引。
- Index2
型別:System.Object
選擇項。所要顯示項目的索引。保留供將來使用。
- Index3
型別:System.Object
選擇項。所要顯示項目的索引。保留供將來使用。
- Index4
型別:System.Object
選擇項。所要顯示項目的索引。保留供將來使用。
屬性值
型別:System.Object
物件。
備註
除非屬性傳回 NumIndices 所指定的清單,否則會忽略 IndexedValue。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。