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 項目。

適用対象

こちらもご覧ください