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

要取回物品的索引。

屬性值

一個字串,代表欄位在指定索引處的值。

實作

適用於

另請參閱