Condividi tramite


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 : 
        Index1:Object * 
        Index2:Object * 
        Index3:Object * 
        Index4:Object -> Object with get, set
JScript non supporta le proprietà indicizzate.

Parametri

  • Index1
    Tipo: Object

    Obbligatorio. L'indice dell'elemento da visualizzare.

  • Index2
    Tipo: Object

    Facoltativa. L'indice dell'elemento da visualizzare. Riservato per un utilizzo futuro.

  • Index3
    Tipo: Object

    Facoltativa. L'indice dell'elemento da visualizzare. Riservato per un utilizzo futuro.

  • Index4
    Tipo: Object

    Facoltativa. L'indice dell'elemento da visualizzare. Riservato per un utilizzo futuro.

Valore proprietà

Tipo: Object
Un oggetto.

Note

IndexedValue viene ignorata a meno che la proprietà restituisca un elenco come indicato da NumIndices.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Property Interfaccia

Spazio dei nomi EnvDTE