Sdílet prostřednictvím


MultidimensionalArrayItemReference<TItem>.Indices Vlastnost

Definice

Získá kolekci argumentů, které představují indexy prvku v poli.

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

Hodnota vlastnosti

Indexy prvku v poli.

Poznámky

Vlastnost Indices je jen pro čtení, ale položky v kolekci lze upravit a indexy lze změnit.

Platí pro