Aracılığıyla paylaş


MobilePage.Forms Özellik

Tanım

Belirtilen MobilePage nesnedeki form koleksiyonunu alır. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

public:
 property System::Collections::IList ^ Forms { System::Collections::IList ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Collections.IList Forms { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Forms : System.Collections.IList
Public ReadOnly Property Forms As IList

Özellik Değeri

Sayfada bulunan form koleksiyonu.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.