ObjectList.Commands Propriété

Définition

Obtient la collection de commandes dans l'objet ObjectList. Initialement, cette collection est vide. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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

Valeur de propriété

Collection de commandes dans la liste d'objets.

Attributs

S’applique à

Voir aussi