다음을 통해 공유


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 속성은 읽기 전용이지만 컬렉션의 항목을 수정할 수 있으며 인덱스를 변경할 수 있습니다.

적용 대상