ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 576
نمايش فراداده

DeviceSpecificChoiceCollection.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

This class represents a collection of <Choice> elements nested in a <DeviceSpecific> in a

.aspx file.

public class 

DeviceSpecificChoiceCollection : ArrayListCollectionBase { // Public Instance Properties public ArrayList

All {get; } public DeviceSpecificChoice

this [int

index ]{get; } // Public Instance Methods public void

Add (DeviceSpecificChoice

choice ); public void

AddAt (int

index , DeviceSpecificChoice

choice ); public void

Clear ( ); public void

Remove (DeviceSpecificChoice

choice ); public void

RemoveAt (int

index ); }

Hierarchy

System.Object ArrayListCollectionBase(System.Collections.ICollection, System.Collections.IEnumerable) DeviceSpecificChoiceCollection

Returned By

DeviceSpecific.Choices