ObjectListFieldCollection.Item[Int32] プロパティ

定義

ObjectListFieldCollection クラスの既定のインデクサーでは、インデックスによって任意の機能値を検索できます。 任意のプロパティに名前でアクセスできます。 ただし、返される値は常に、型セーフな値ではなく、文字列 (または定義されていない場合は null ) になります。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

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

プロパティ値

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

実装

適用対象

こちらもご覧ください