通过


ObjectListCommandCollection.Add(ObjectListCommand) 方法

定义

将命令添加到集合。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public:
 void Add(System::Web::UI::MobileControls::ObjectListCommand ^ command);
public void Add(System.Web.UI.MobileControls.ObjectListCommand command);
member this.Add : System.Web.UI.MobileControls.ObjectListCommand -> unit
Public Sub Add (command As ObjectListCommand)

参数

command
ObjectListCommand

要添加到集合末尾的命令。

适用于

另请参阅