다음을 통해 공유


MobileListItemCollection.SetAll(MobileListItem[]) 메서드

정의

MobileListItem 개체의 배열을 MobileListItemCollection으로 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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 배열입니다.

적용 대상

추가 정보