ComplexPropertyCollection<TComplexProperty>.Item[Int32] プロパティ

定義

指定したインデックス位置にある プロパティを取得します。

public:
 property TComplexProperty default[int] { TComplexProperty get(int index); };
public TComplexProperty this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TComplexProperty

パラメーター

index
Int32

取得するプロパティの 0 から始まるインデックス。

プロパティ値

TComplexProperty

指定したインデックス位置の プロパティ。

適用対象