Språk

MobileListItemCollection.SetAll(MobileListItem[]) Metod

Definition

Anger matrisen med MobileListItem objekt som MobileListItemCollection. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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())

Parametrar

value
MobileListItem[]

Matrisen MobileListItem .

Gäller för

Se även