MobileListItem 생성자

정의

MobileListItem 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

오버로드

Name Description
MobileListItem()

MobileListItem 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

MobileListItem(String)

지정된 MobileListItem 속성을 사용하여 클래스의 Text 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

MobileListItem(MobileListItemType)

지정된 클래스를 사용하여 클래스의 MobileListItem 새 인스턴스를 초기화합니다 Type. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

MobileListItem(String, String)

MobileListItem 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

MobileListItem(Object, String, String)

MobileListItem 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

MobileListItem()

MobileListItem 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 MobileListItem();
public MobileListItem();
Public Sub New ()

설명

이 생성자는 누락된 요소가 로 설정된 개체를 빌드합니다 MobileListItemnull. 매개 변수가 없는 생성자는 모든 속성을 null.로 초기화합니다.

추가 정보

적용 대상

MobileListItem(String)

지정된 MobileListItem 속성을 사용하여 클래스의 Text 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 MobileListItem(System::String ^ text);
public MobileListItem(string text);
new System.Web.UI.MobileControls.MobileListItem : string -> System.Web.UI.MobileControls.MobileListItem
Public Sub New (text As String)

매개 변수

text
String

를 초기화합니다.Text

설명

이 생성자는 누락된 요소가 로 설정된 개체를 빌드합니다 MobileListItemnull. 개체는 매개 변수 값 Text 으로 text 설정된 속성을 사용하여 초기화됩니다.

추가 정보

적용 대상

MobileListItem(MobileListItemType)

지정된 클래스를 사용하여 클래스의 MobileListItem 새 인스턴스를 초기화합니다 Type. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 MobileListItem(System::Web::UI::MobileControls::MobileListItemType itemType);
public MobileListItem(System.Web.UI.MobileControls.MobileListItemType itemType);
new System.Web.UI.MobileControls.MobileListItem : System.Web.UI.MobileControls.MobileListItemType -> System.Web.UI.MobileControls.MobileListItem
Public Sub New (itemType As MobileListItemType)

매개 변수

itemType
MobileListItemType

이 항목 유형을 사용하여 지정된 항목을 초기화합니다.

설명

이 생성자는 누락된 요소가 로 설정된 개체를 빌드합니다 MobileListItemnull. 개체가 매개 변수를 사용하여 초기화됩니다 itemType .

추가 정보

적용 대상

MobileListItem(String, String)

MobileListItem 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 MobileListItem(System::String ^ text, System::String ^ value);
public MobileListItem(string text, string value);
new System.Web.UI.MobileControls.MobileListItem : string * string -> System.Web.UI.MobileControls.MobileListItem
Public Sub New (text As String, value As String)

매개 변수

text
String

를 초기화합니다.Text

value
String

를 초기화합니다.Value

설명

이 생성자는 누락된 요소가 로 설정된 개체를 빌드합니다 MobileListItemnull. 개체는 해당 TextValue 매개 변수의 text 값으로 설정된 속성과 value 함께 초기화됩니다.

추가 정보

적용 대상

MobileListItem(Object, String, String)

MobileListItem 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 MobileListItem(System::Object ^ dataItem, System::String ^ text, System::String ^ value);
public MobileListItem(object dataItem, string text, string value);
new System.Web.UI.MobileControls.MobileListItem : obj * string * string -> System.Web.UI.MobileControls.MobileListItem
Public Sub New (dataItem As Object, text As String, value As String)

매개 변수

dataItem
Object

를 초기화합니다.DataItem

text
String

를 초기화합니다.Text

value
String

를 초기화합니다.Value

설명

이 생성자는 누락된 요소가 로 설정된 개체를 빌드합니다 MobileListItemnull. 개체는 해당 및 매개 변수의 DataItemText값으로 설정된 , ValuedataItemtext 속성을 사용하여 초기화value됩니다.

추가 정보

적용 대상