ObjectListFieldCollection.Item[Int32] プロパティ

定義

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

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

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

プロパティ値

ObjectListField

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

実装

適用対象

こちらもご覧ください