ObjectListItemCollection.GetAll Metod

Definition

Returnerar en matris med alla objekt i ObjectListItem samlingen. 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:
 cli::array <System::Web::UI::MobileControls::ObjectListItem ^> ^ GetAll();
public System.Web.UI.MobileControls.ObjectListItem[] GetAll();
member this.GetAll : unit -> System.Web.UI.MobileControls.ObjectListItem[]
Public Function GetAll () As ObjectListItem()

Returer

En matris med alla objekt i ObjectListItem samlingen.

Gäller för

Se även