Share via


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

适用于