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

Определение

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

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

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