MobilePage.Forms プロパティ

定義

指定した MobilePage オブジェクトのフォームのコレクションを取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

ページに含まれるフォームのコレクション。

属性

適用対象

こちらもご覧ください