共用方式為


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

屬性值

索引子陣列中項目的索引。

屬性

備註

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

適用於