IObjectListFieldCollection.GetAll 方法

定义

返回集合中所有项的 ObjectListField 数组。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public:
 cli::array <System::Web::UI::MobileControls::ObjectListField ^> ^ GetAll();
public System.Web.UI.MobileControls.ObjectListField[] GetAll();
abstract member GetAll : unit -> System.Web.UI.MobileControls.ObjectListField[]
Public Function GetAll () As ObjectListField()

返回

集合中所有项的数组。

适用于