ValueTypeIndexerReference<TOperand,TItem>.Indices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of arguments that represent the indices of the element in the indexer array.
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)
Property Value
The indices of the element in the indexer array.
- Attributes
Remarks
The Indices property is read-only, but the items in the collection can be modified and the indices can be changed.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.