Поделиться через


MultidimensionalArrayItemReference<TItem>.Indices Свойство

Определение

Возвращает коллекцию аргументов, представляющих индексы элемента в массиве.

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))

Значение свойства

Индексы элемента в массиве.

Комментарии

Свойство Indices доступно только для чтения, но элементы в коллекции можно изменить и изменить индексы.

Применяется к