MobileListItemType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
List または ObjectList コントロールの子コントロール内の要素に項目の種類を割り当てます。 このクラスは継承できません。 ASP.NET モバイル アプリケーションの開発方法については、「
public enum class MobileListItemType
public enum MobileListItemType
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum MobileListItemType
type MobileListItemType =
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type MobileListItemType =
Public Enum MobileListItemType
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| HeaderItem | 0 | リストの見出しを表します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| ListItem | 1 | リスト内の項目を表します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| FooterItem | 2 | リストのフッターを表します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| SeparatorItem | 3 | リスト アイテム間の区切り記号を表します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
注釈
ListまたはObjectList コントロールがテンプレート モードでレンダリングされると、レンダリングする必要があるヘッダー、フッター、または区切り記号ごとに、対応する項目の種類を持つ空のMobileListItem オブジェクトが作成されます。 これらの空のオブジェクトは、コントロールの子コントロールに挿入されます。
Note
MobileListItem リスト アイテムに対応するオブジェクトには、常に ListItemの種類があります。
この列挙体を使用すると、コントロール コレクションを反復処理し、ヘッダー、フッター、および区切り記号テンプレートに対応する MobileListItem オブジェクトを検索できます。