ObjectListCommandCollection.Item[Int32] Свойство

Определение

Возвращает элемент ObjectListCommand в коллекции с заданным индексом. Этот API устарел. Сведения о разработке ASP.NET мобильных приложений см. в статье Мобильные приложения & сайты с 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

Параметры

index
Int32

Индекс возвращаемого элемента.

Значение свойства

Элемент ObjectListCommand с заданным индексом.

Применяется к

См. также раздел