ObjectListCommandCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックスのコレクション内の ObjectListCommand 項目を返します。 この API は廃止されています。 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 項目。