ObjectListCommandCollection.Item[Int32] Propriedade

Definição

Retorna um ObjectListCommand item na coleção para o índice especificado. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com ASP.NET.

public:
 property System::Web::UI::MobileControls::ObjectListCommand ^ default[int] { System::Web::UI::MobileControls::ObjectListCommand ^ get(int index); };
public System.Web.UI.MobileControls.ObjectListCommand this[int index] { get; }
member this.Item(int) : System.Web.UI.MobileControls.ObjectListCommand
Default Public ReadOnly Property Item(index As Integer) As ObjectListCommand

Parâmetros

index
Int32

O índice do item a ser obtido.

Valor da propriedade

O ObjectListCommand item no índice especificado.

Aplica-se a

Confira também