Share via


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 属性为只读,但可以修改集合中的项,并可以更改索引。

适用于