Freigeben über


MobilePage.Forms Eigenschaft

Definition

Ruft die Auflistung von Formularen für das angegebene MobilePage Objekt ab. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

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

Eigenschaftswert

Die Auflistung von Formularen, die auf der Seite enthalten sind.

Attribute

Gilt für:

Weitere Informationen