ObjectList.Commands 属性

定义

获取 ObjectList 对象中命令的集合。 集合最初为空。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 virtual property System::Web::UI::MobileControls::ObjectListCommandCollection ^ Commands { System::Web::UI::MobileControls::ObjectListCommandCollection ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
public virtual System.Web.UI.MobileControls.ObjectListCommandCollection Commands { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)>]
member this.Commands : System.Web.UI.MobileControls.ObjectListCommandCollection
Public Overridable ReadOnly Property Commands As ObjectListCommandCollection

属性值

对象列表中命令的集合。

属性

适用于

另请参阅