共用方式為


MobileListItemCollection.SetAll(MobileListItem[]) 方法

定義

MobileListItem 物件的陣列設定為 MobileListItemCollection。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 void SetAll(cli::array <System::Web::UI::MobileControls::MobileListItem ^> ^ value);
public void SetAll (System.Web.UI.MobileControls.MobileListItem[] value);
member this.SetAll : System.Web.UI.MobileControls.MobileListItem[] -> unit
Public Sub SetAll (value As MobileListItem())

參數

value
MobileListItem[]

MobileListItem 陣列。

適用於

另請參閱