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

定義

MobileListItemオブジェクトの配列をMobileListItemCollectionとして設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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配列。

適用対象

こちらもご覧ください