IndexerReference<TOperand,TItem>.Indices プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インデクサー配列内の要素のインデックスを表す引数のコレクションを取得します。
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)
プロパティ値
インデクサー配列内の要素のインデックス。
- 属性
注釈
Indices プロパティは読み取り専用ですが、コレクションに含まれている項目の編集とインデックスの変更は可能です。