MultidimensionalArrayItemReference<TItem>.Indices 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个参数集合,这些参数表示元素在数组中的索引。
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 属性为只读,但可以修改集合中的项,并可以更改索引。