MobileListItemCollection.Remove 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除具有指定值的项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
重载
Remove(String) |
移除具有指定值的项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |
Remove(MobileListItem) |
移除具有指定值的项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |
Remove(String)
移除具有指定值的项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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)
参数
- item
- String
要移除的项的值。 移除的是集合中第一个与此值匹配的项。
另请参阅
- Remove(DeviceSpecificChoice)
- Remove(String)
- Remove(ObjectListField)
- Remove(String)
- 列表控件简介
- SelectionList 控件简介
适用于
Remove(MobileListItem)
移除具有指定值的项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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)
参数
- item
- MobileListItem
要移除的项的值。 移除的是集合中第一个与此值匹配的项。
另请参阅
- Remove(DeviceSpecificChoice)
- Remove(String)
- Remove(ObjectListField)
- Remove(String)
- 列表控件简介
- SelectionList 控件简介