MobileListItemCollection Construtores

Definição

Inicializa uma nova instância da classe MobileListItemCollection.Initializes a new instance of the MobileListItemCollection class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Sobrecargas

MobileListItemCollection()

Inicializa uma nova instância da classe MobileListItemCollection.Initializes a new instance of the MobileListItemCollection class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileListItemCollection(ArrayList)

Inicializa uma nova instância da classe MobileListItemCollection usando a matriz fornecida.Initializes a new instance of the MobileListItemCollection class using the provided array. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileListItemCollection()

Inicializa uma nova instância da classe MobileListItemCollection.Initializes a new instance of the MobileListItemCollection class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 MobileListItemCollection();
public MobileListItemCollection ();
Public Sub New ()

Aplica-se a

MobileListItemCollection(ArrayList)

Inicializa uma nova instância da classe MobileListItemCollection usando a matriz fornecida.Initializes a new instance of the MobileListItemCollection class using the provided array. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 MobileListItemCollection(System::Collections::ArrayList ^ items);
public MobileListItemCollection (System.Collections.ArrayList items);
new System.Web.UI.MobileControls.MobileListItemCollection : System.Collections.ArrayList -> System.Web.UI.MobileControls.MobileListItemCollection
Public Sub New (items As ArrayList)

Parâmetros

items
ArrayList

Uma matriz que contém uma lista de objetos MobileListItem.An array that contains a list of MobileListItem objects.

Comentários

Você pode usar essa versão da sintaxe do construtor para popular o novo objeto com os MobileListItemCollection objetos contidos no items parâmetro.You can use this version of the constructor syntax to populate the new object with the MobileListItemCollection objects contained in the items parameter.

Aplica-se a