DeviceSpecificChoiceCollection.All Propriété

Définition

Récupère un tableau d'objets DeviceSpecificChoice dans la collection. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

public:
 property System::Collections::ArrayList ^ All { System::Collections::ArrayList ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
public System.Collections.ArrayList All { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)>]
member this.All : System.Collections.ArrayList
Public ReadOnly Property All As ArrayList

Valeur de propriété

Tableau des objets DeviceSpecificChoice contenus dans la collection.

Attributs

S’applique à

Voir aussi