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 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.
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
- 상속
- 특성
필드
FooterItem | 2 | 목록의 바닥글을 나타냅니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
HeaderItem | 0 | 목록의 머리글을 나타냅니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
ListItem | 1 | 목록의 항목을 나타냅니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
SeparatorItem | 3 | 목록 항목 간의 구분 기호를 나타냅니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
설명
경우는 List 또는 ObjectList 빈 템플릿 모드에서 컨트롤이 렌더링 되는지 MobileListItem 각 머리글, 바닥글 또는 렌더링 해야 하는 구분 기호에 대해 해당 항목 형식 사용 하 여 개체가 만들어집니다. 이러한 빈 개체 컨트롤의 자식 컨트롤에 삽입 됩니다.
참고
MobileListItem 항상 목록 항목에 해당 하는 개체의 형식이 ListItem합니다.
컨트롤 컬렉션을 반복 하 고 찾기에 대 한이 열거형을 사용할 수는 MobileListItem 머리글, 바닥글 및 구분 기호 템플릿에 해당 하는 개체입니다.
적용 대상
추가 정보
.NET