IObjectListFieldCollection.GetAll 方法

定义

返回 ObjectListField 集合中所有项的数组。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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()

返回

集合中所有项的数组。

适用于