ObjectListFieldCollection.Item[Int32] プロパティ

定義

ObjectListFieldCollection クラスの既定のインデクサーでは、任意の機能値をインデックスで検索できます。 どのプロパティも、名前でのアクセスが可能です。 ただし、返される値は、タイプ セーフな値ではなく、常に文字列 (未定義の場合は null) です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

パラメーター

index
Int32

取得する項目のインデックス。

プロパティ値

指定したインデックス位置にあるフィールドの値を表す文字列。

実装

適用対象

こちらもご覧ください