DeviceFilterElementCollection.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除指定的物件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
多載
Remove(String) |
移除集合中具有指定之索引鍵的物件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
Remove(DeviceFilterElement) |
從集合中移除指定的項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
Remove(String)
移除集合中具有指定之索引鍵的物件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)
參數
- name
- String
識別要移除之項目的索引鍵。
另請參閱
適用於
Remove(DeviceFilterElement)
從集合中移除指定的項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
void Remove(System::Web::Mobile::DeviceFilterElement ^ deviceFilter);
public void Remove (System.Web.Mobile.DeviceFilterElement deviceFilter);
member this.Remove : System.Web.Mobile.DeviceFilterElement -> unit
Public Sub Remove (deviceFilter As DeviceFilterElement)
參數
- deviceFilter
- DeviceFilterElement
要從集合中移除的項目。
備註
這個多載會從 參數所參考 deviceFilter
的物件取得索引鍵,然後使用 DeviceFilterElementCollection.Remove 索引鍵呼叫 方法做為自變數。