次の方法で共有


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)

プロパティ値

Collection<InArgument>

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

属性

注釈

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

適用対象