Share via


MobileListItemCollection.SetAll(MobileListItem[]) メソッド

定義

MobileListItem オブジェクトの配列を MobileListItemCollection として設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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())

パラメーター

value
MobileListItem[]

MobileListItem の配列

適用対象

こちらもご覧ください