MobileListItemCollection.Remove Método
Definição
Remove o item com o valor especificado.Removes the item with the specified value. 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
| Remove(String) |
Remove o item com o valor especificado.Removes the item with the specified value. 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. |
| Remove(MobileListItem) |
Remove o item com o valor especificado.Removes the item with the specified value. 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. |
Remove(String)
Remove o item com o valor especificado.Removes the item with the specified value. 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:
virtual void Remove(System::String ^ item);
public virtual void Remove (string item);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Overridable Sub Remove (item As String)
Parâmetros
- item
- String
O valor do item a ser removido.The value of the item to remove. O primeiro item que corresponde a esse valor na coleção é removido.The first item that matches this value in the collection is removed.
Confira também
- Remove(DeviceSpecificChoice)
- Remove(String)
- Remove(ObjectListField)
- Remove(String)
- Introdução ao controle de listaIntroduction to the List Control
- Introdução ao controle SelectionListIntroduction to the SelectionList Control
Aplica-se a
Remove(MobileListItem)
Remove o item com o valor especificado.Removes the item with the specified value. 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:
void Remove(System::Web::UI::MobileControls::MobileListItem ^ item);
public void Remove (System.Web.UI.MobileControls.MobileListItem item);
member this.Remove : System.Web.UI.MobileControls.MobileListItem -> unit
Public Sub Remove (item As MobileListItem)
Parâmetros
- item
- MobileListItem
O valor do item a ser removido.The value of the item to remove. O primeiro item que corresponde a esse valor na coleção é removido.The first item that matches this value in the collection is removed.
Confira também
- Remove(DeviceSpecificChoice)
- Remove(String)
- Remove(ObjectListField)
- Remove(String)
- Introdução ao controle de listaIntroduction to the List Control
- Introdução ao controle SelectionListIntroduction to the SelectionList Control