Share via


MobileListItemCollection.GetAll メソッド

定義

指定されたコレクション内の項目を MobileListItem オブジェクトの 1 つの配列として取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

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

戻り値

指定したコレクション内の項目の配列。

適用対象

こちらもご覧ください