IgnoreDeviceFilterElementCollection.Remove 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中移除 IgnoreDeviceFilterElement 对象。
重载
Remove(String) |
使用指定 IgnoreDeviceFilterElement 对象的名称从集合中移除该对象。 |
Remove(IgnoreDeviceFilterElement) |
从集合中移除指定的 IgnoreDeviceFilterElement 对象。 |
Remove(String)
使用指定 IgnoreDeviceFilterElement 对象的名称从集合中移除该对象。
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(IgnoreDeviceFilterElement)
从集合中移除指定的 IgnoreDeviceFilterElement 对象。
public:
void Remove(System::Web::Configuration::IgnoreDeviceFilterElement ^ deviceFilter);
public void Remove (System.Web.Configuration.IgnoreDeviceFilterElement deviceFilter);
member this.Remove : System.Web.Configuration.IgnoreDeviceFilterElement -> unit
Public Sub Remove (deviceFilter As IgnoreDeviceFilterElement)
参数
- deviceFilter
- IgnoreDeviceFilterElement
要移除的对象。