Compartilhar via


Propriedade Property.IndexedValue

Retorna um elemento de uma lista.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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 não oferece suporte a propriedades indexadas.

Parâmetros

  • Index1
    Tipo: Object

    Obrigatório. O índice do item para exibir.

  • Index2
    Tipo: Object

    Opcional. O índice do item para exibir. Reservado para uso futuro.

  • Index3
    Tipo: Object

    Opcional. O índice do item para exibir. Reservado para uso futuro.

  • Index4
    Tipo: Object

    Opcional. O índice do item para exibir. Reservado para uso futuro.

Valor de propriedade

Tipo: Object
Um objeto.

Comentários

IndexedValueé ignorado a menos que a propriedade retorna uma lista, conforme indicado pelo NumIndices.

Segurança do .NET Framework

Consulte também

Referência

Property Interface

Namespace EnvDTE