ObjectList.Commands Propiedad

Definición

Obtiene la colección de comandos del objeto ObjectList. Inicialmente, la colección está vacía. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with 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

Valor de propiedad

La colección de comandos en la lista de objetos.

Atributos

Se aplica a

Consulte también