通过


MobileListItemCollection.SetAll(MobileListItem[]) 方法

定义

将对象的数组 MobileListItem 设置为 MobileListItemCollection. 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

适用于

另请参阅