ActivityCollection.IList.Item[Int32] Propriedade

Definição

Obtém ou define a atividade com ICollection base no índice.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

Parâmetros

index
Int32

Índice baseado em zero no ICollection.

Valor da propriedade

Uma Objectatividade de membro do ICollection, cujo índice no ICollection foi especificado na chamada.

Implementações

Aplica-se a