次の方法で共有


MultidimensionalArrayItemReference<TItem>.Indices プロパティ

定義

配列内の要素のインデックスを表す引数のコレクションを取得します。

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

プロパティ値

配列内の要素のインデックス。

注釈

Indices プロパティは読み取り専用ですが、コレクションに含まれている項目の編集とインデックスの変更は可能です。

適用対象