共用方式為


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

屬性值

Collection<InArgument<Int32>>

陣列中項目的索引。

備註

Indices 屬性是唯讀的,但您可以修改集合中的項目及變更索引。

適用於