ToolBar.ToolBarButtonCollection.IList.Item[Int32] Propriedade

Definição

Obtém ou define o item em um índice especificado.Gets or sets the item at a specified index.

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

O índice com base em zero do elemento a ser obtido ou definido.The zero-based index of the element to get or set.

Valor da propriedade

Object

O elemento no índice especificado.The element at the specified index.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele pode ser usado somente quando o ToolBar.ToolBarButtonCollection é convertido em uma IList interface.It can be used only when the ToolBar.ToolBarButtonCollection is cast to an IList interface.

Aplica-se a