MobileListItemCollection.SetAll(MobileListItem[]) Método

Definición

Establece la matriz de MobileListItem objetos como MobileListItemCollection. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con ASP.NET.

public:
 void SetAll(cli::array <System::Web::UI::MobileControls::MobileListItem ^> ^ value);
public void SetAll(System.Web.UI.MobileControls.MobileListItem[] value);
member this.SetAll : System.Web.UI.MobileControls.MobileListItem[] -> unit
Public Sub SetAll (value As MobileListItem())

Parámetros

value
MobileListItem[]

Matriz MobileListItem .

Se aplica a

Consulte también