MultidimensionalArrayItemReference<TItem>.Indices Egenskap

Definition

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

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

Egenskapsvärde

Indexen för elementet i matrisen.

Kommentarer

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

Gäller för