共用方式為


MobileListItem.DataItem 屬性

定義

取得或設定清單項目所繫結的資料項目。 這個屬性只可用於清單項目已進行資料繫結的要求;在後續的回傳中,它一定為 null。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 property System::Object ^ DataItem { System::Object ^ get(); void set(System::Object ^ value); };
public object DataItem { get; set; }
member this.DataItem : obj with get, set
Public Property DataItem As Object

屬性值

繫結至 MobileListItem 的物件。

適用於

另請參閱