MobileListItem Construtores
Definição
Inicializa uma nova instância da classe MobileListItem.Initializes a new instance of the MobileListItem class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
Sobrecargas
| MobileListItem() |
Inicializa uma nova instância da classe MobileListItem.Initializes a new instance of the MobileListItem class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| MobileListItem(String) |
Inicializa uma nova instância da classe MobileListItem usando a propriedade Text especificada.Initializes a new instance of the MobileListItem class using the specified Text property. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| MobileListItem(MobileListItemType) |
Inicializa uma nova instância da classe MobileListItem com o Type especificado.Initializes a new instance of the MobileListItem class with the specified Type. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| MobileListItem(String, String) |
Inicializa uma nova instância da classe MobileListItem.Initializes a new instance of the MobileListItem class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| MobileListItem(Object, String, String) |
Inicializa uma nova instância da classe MobileListItem.Initializes a new instance of the MobileListItem class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
MobileListItem()
Inicializa uma nova instância da classe MobileListItem.Initializes a new instance of the MobileListItem class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
MobileListItem();
public MobileListItem ();
Public Sub New ()
Comentários
Esse construtor cria um MobileListItem objeto com os elementos ausentes definidos para null. o construtor sem parâmetros Inicializa todas as propriedades para null .This constructor builds a MobileListItem object with the missing elements set to null. The parameterless constructor initializes all properties to null.
Confira também
- List
- Introdução ao controle de listaIntroduction to the List Control
- Introdução ao controle SelectionListIntroduction to the SelectionList Control
Aplica-se a
MobileListItem(String)
Inicializa uma nova instância da classe MobileListItem usando a propriedade Text especificada.Initializes a new instance of the MobileListItem class using the specified Text property. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)
Parâmetros
Comentários
Esse construtor cria um MobileListItem objeto com os elementos ausentes definidos como null .This constructor builds a MobileListItem object with the missing elements set to null. O objeto é inicializado com a Text propriedade definida como o valor do text parâmetro.The object is initialized with the Text property set to the value of the text parameter.
Confira também
- List
- Introdução ao controle de listaIntroduction to the List Control
- Introdução ao controle SelectionListIntroduction to the SelectionList Control
Aplica-se a
MobileListItem(MobileListItemType)
Inicializa uma nova instância da classe MobileListItem com o Type especificado.Initializes a new instance of the MobileListItem class with the specified Type. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)
Parâmetros
- itemType
- MobileListItemType
Inicializa o item especificado com este tipo de item.Initializes the specified item with this item type.
Comentários
Esse construtor cria um MobileListItem objeto com os elementos ausentes definidos como null .This constructor builds a MobileListItem object with the missing elements set to null. O objeto é inicializado com o itemType parâmetro.The object is initialized with the itemType parameter.
Confira também
- List
- Introdução ao controle de listaIntroduction to the List Control
- Introdução ao controle SelectionListIntroduction to the SelectionList Control
Aplica-se a
MobileListItem(String, String)
Inicializa uma nova instância da classe MobileListItem.Initializes a new instance of the MobileListItem class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)
Parâmetros
Comentários
Esse construtor cria um MobileListItem objeto com os elementos ausentes definidos como null .This constructor builds a MobileListItem object with the missing elements set to null. O objeto é inicializado com Text as Value Propriedades e definidas para os valores dos text parâmetros e correspondentes value .The object is initialized with the Text and Value properties set to the values of the corresponding text and value parameters.
Confira também
- List
- Introdução ao controle de listaIntroduction to the List Control
- Introdução ao controle SelectionListIntroduction to the SelectionList Control
Aplica-se a
MobileListItem(Object, String, String)
Inicializa uma nova instância da classe MobileListItem.Initializes a new instance of the MobileListItem class. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)
Parâmetros
Comentários
Esse construtor cria um MobileListItem objeto com os elementos ausentes definidos como null .This constructor builds a MobileListItem object with the missing elements set to null. O objeto é inicializado com DataItem as Text Propriedades, e Value definidas com os valores dos dataItem text parâmetros, e correspondentes value .The object is initialized with the DataItem, Text, and Value properties set to the values of the corresponding dataItem, text, and value parameters.
Confira também
- List
- Introdução ao controle de listaIntroduction to the List Control
- Introdução ao controle SelectionListIntroduction to the SelectionList Control