DeviceFilterElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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.
表示要应用于应用程序的设备特定的筛选器。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public ref class DeviceFilterElement sealed : System::Configuration::ConfigurationElement
public sealed class DeviceFilterElement : System.Configuration.ConfigurationElement
[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 DeviceFilterElement : System.Configuration.ConfigurationElement
type DeviceFilterElement = class
inherit ConfigurationElement
[<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 DeviceFilterElement = class
inherit ConfigurationElement
Public NotInheritable Class DeviceFilterElement
Inherits ConfigurationElement
- 继承
- 属性
注解
此类对应于 <filter>
ASP.NET 设置架构部分的 元素 <deviceFilters>
。
筛选器可以是比较筛选器或计算器筛选器。 基于比较的筛选器将开发人员指定的值与运行时设备功能的当前值进行比较。 (或基于委托的) 筛选器的计算器使用程序员指定的类中的方法执行计算。
构造函数
DeviceFilterElement(String, String, String) |
已过时.
将 DeviceFilterElement 类的新实例初始化为比较筛选器。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |
DeviceFilterElement(String, Type, String) |
已过时.
将 DeviceFilterElement 类的新实例初始化为计算筛选器。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |