IndexerReference<TOperand,TItem>.Indices Свойство

Определение

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

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)

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

Collection<InArgument>

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

Атрибуты

Комментарии

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

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