Udostępnij za pośrednictwem


ValueTypeIndexerReference<TOperand,TItem>.Indices Właściwość

Definicja

Pobiera kolekcję argumentów reprezentujących indeksy elementu w tablicy indeksatora.

public:
 property System::Collections::ObjectModel::Collection<System::Activities::InArgument ^> ^ Indices { System::Collections::ObjectModel::Collection<System::Activities::InArgument ^> ^ get(); };
[System.Activities.RequiredArgument]
public System.Collections.ObjectModel.Collection<System.Activities.InArgument> Indices { get; }
[<System.Activities.RequiredArgument>]
member this.Indices : System.Collections.ObjectModel.Collection<System.Activities.InArgument>
Public ReadOnly Property Indices As Collection(Of InArgument)

Wartość właściwości

Indeksy elementu w tablicy indeksatora.

Atrybuty

Uwagi

Właściwość Indices jest tylko do odczytu, ale elementy w kolekcji można modyfikować, a indeksy można zmienić.

Dotyczy