MobileListItem.DataItem 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定清單項目所繫結的資料項目。 這個屬性只可用於清單項目已進行資料繫結的要求;在後續的回傳中,它一定為 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 的物件。