ComplexPropertyCollection<TComplexProperty>.Item[Int32] Propiedad

Definición

Obtiene la propiedad en el índice especificado.

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

Parámetros

index
Int32

Índice de base cero de la propiedad que se va a obtener.

Valor de propiedad

TComplexProperty

La propiedad en el índice especificado.

Se aplica a