ObjectListItemCollection.Item[Int32] プロパティ

定義

コレクションから、指定されたインデックスに該当する ObjectListCommand 項目を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

パラメーター

index
Int32

取得するオブジェクト リスト項目のインデックス。

プロパティ値

指定したインデックス位置にある ObjectListCommand 項目。

適用対象

こちらもご覧ください