ObjectListFieldCollection.GetAll 方法

定义

以单个对象数组 ObjectListItem 的形式返回指定集合中的项。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

返回

指定集合中的项作为单个对象数组 ObjectListItem

实现

适用于

另请参阅