Proprietà Property.IndexedValue
Restituisce un elemento di un elenco.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
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 non supporta le proprietà indicizzate.
Parametri
- Index1
Tipo: System.Object
obbligatorio.L'indice dell'elemento da visualizzare.
- Index2
Tipo: System.Object
facoltativo.L'indice dell'elemento da visualizzare.Riservato per un utilizzo futuro.
- Index3
Tipo: System.Object
facoltativo.L'indice dell'elemento da visualizzare.Riservato per un utilizzo futuro.
- Index4
Tipo: System.Object
facoltativo.L'indice dell'elemento da visualizzare.Riservato per un utilizzo futuro.
Valore proprietà
Tipo: System.Object
un oggetto.
Note
IndexedValue viene ignorato a meno che la proprietà restituisca un elenco come indicato da NumIndices.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.