DeviceFilterElementCollection 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
表示 DeviceFilterElement 对象集合。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public ref class DeviceFilterElementCollection sealed : System::Configuration::ConfigurationElementCollection[System.Configuration.ConfigurationCollection(typeof(System.Web.Mobile.DeviceFilterElement), AddItemName="filter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
public sealed class DeviceFilterElementCollection : System.Configuration.ConfigurationElementCollection[System.Configuration.ConfigurationCollection(typeof(System.Web.Mobile.DeviceFilterElement), AddItemName="filter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public sealed class DeviceFilterElementCollection : System.Configuration.ConfigurationElementCollection[<System.Configuration.ConfigurationCollection(typeof(System.Web.Mobile.DeviceFilterElement), AddItemName="filter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]
type DeviceFilterElementCollection = class
    inherit ConfigurationElementCollection[<System.Configuration.ConfigurationCollection(typeof(System.Web.Mobile.DeviceFilterElement), AddItemName="filter", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type DeviceFilterElementCollection = class
    inherit ConfigurationElementCollectionPublic NotInheritable Class DeviceFilterElementCollection
Inherits ConfigurationElementCollection- 继承
- 属性
构造函数
| DeviceFilterElementCollection() | 
				已过时.
			 初始化 DeviceFilterElementCollection 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 | 
属性
方法
显式接口实现
| ICollection.CopyTo(Array, Int32) | 
		已过时.
	 将 ConfigurationElementCollection 复制到数组。(继承自 ConfigurationElementCollection) | 
扩展方法
| Cast<TResult>(IEnumerable) | 
				已过时.
			 将 IEnumerable 的元素强制转换为指定的类型。 | 
| OfType<TResult>(IEnumerable) | 
				已过时.
			 根据指定类型筛选 IEnumerable 的元素。 | 
| AsParallel(IEnumerable) | 
				已过时.
			 启用查询的并行化。 | 
| AsQueryable(IEnumerable) | 
				已过时.
			 将 IEnumerable 转换为 IQueryable。 |