共用方式為


ObjectListItem.Item[] 屬性

定義

以索引或名稱取得或設定指定的欄位。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

多載

Item[Int32]

以索引或名稱取得或設定指定的欄位。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

Item[String]

以索引或名稱取得或設定指定的欄位。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

Item[Int32]

以索引或名稱取得或設定指定的欄位。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property System::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
member this.Item(int) : string with get, set
Default Public Property Item(index As Integer) As String

參數

index
Int32

在物件清單項目中,要取得或設定的欄位索引。

屬性值

具有指定之 index 的欄位值。

另請參閱

適用於

Item[String]

以索引或名稱取得或設定指定的欄位。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); void set(System::String ^ key, System::String ^ value); };
public string this[string key] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(key As String) As String

參數

key
String

在物件清單項目中,要取得或設定的欄位名稱。

屬性值

具有指定之 key 的欄位值。

備註

您必須符合 Name 物件清單欄位的或 DataField 屬性。

另請參閱

適用於