IndexerReference<TOperand,TItem>.Indices Egenskap

Definition

Hämtar en samling argument som representerar indexen för elementet i indexerarmatrisen.

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)

Egenskapsvärde

Indexen för elementet i indexerarrayen.

Attribut

Kommentarer

Egenskapen Indices är skrivskyddad, men objekten i samlingen kan ändras och indexen kan ändras.

Gäller för