MobilePage.Forms Eigenschaft

Definition

Ruft die Auflistung der Formulare für das angegebene MobilePage-Objekt ab. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler 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 in der Seite enthaltenen Formularen.

Attribute

Gilt für:

Weitere Informationen