Udostępnij za pośrednictwem


Właściwość Property.IndexedValue —

Zwraca jeden z elementów listy.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
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
Język JScript nie obsługuje właściwości indeksowanych.

Parametry

  • Index1
    Typ: System.Object
    Wymagane.Indeks elementu, aby wyświetlić.
  • Index2
    Typ: System.Object
    Opcjonalne.Indeks elementu, aby wyświetlić.Zarezerwowane do użytku w przyszłości.
  • Index3
    Typ: System.Object
    Opcjonalne.Indeks elementu, aby wyświetlić.Zarezerwowane do użytku w przyszłości.
  • Index4
    Typ: System.Object
    Opcjonalne.Indeks elementu, aby wyświetlić.Zarezerwowane do użytku w przyszłości.

Wartość właściwości

Typ: System.Object
Obiekt.

Uwagi

IndexedValueignorowane, chyba że właściwość zwraca listę wskazywane przez NumIndices.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

Property Interfejs

Przestrzeń nazw EnvDTE