MobilePage.Forms プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した MobilePage オブジェクトのフォームのコレクションを取得します。 この API は廃止されています。 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
プロパティ値
ページに含まれるフォームのコレクション。
- 属性