MobileDeviceCapabilitiesSectionHandler 类

定义

注意

This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202

注意

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.

请阅读配置文件的 deviceFilters 元素(ASP.NET 设置架构)一节,该配置文件指定了用于 ASP.NET 移动控件的一组设备筛选器。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public ref class MobileDeviceCapabilitiesSectionHandler : System::Configuration::IConfigurationSectionHandler
public class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
[System.Obsolete("This class has been deprecated.  Please use the System.Web.Mobile.DeviceFiltersSection class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
[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 class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
type MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
[<System.Obsolete("This class has been deprecated.  Please use the System.Web.Mobile.DeviceFiltersSection class instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
[<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 MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
Public Class MobileDeviceCapabilitiesSectionHandler
Implements IConfigurationSectionHandler
继承
MobileDeviceCapabilitiesSectionHandler
属性
实现

继承者说明

继承 MobileDeviceCapabilitiesSectionHandler 类的类的实例必须是线程安全且无状态的。 方法 Create(Object, Object, XmlNode) 必须可同时从多个线程调用。 有关继承的详细信息,请参阅 IConfigurationSectionHandler

构造函数

MobileDeviceCapabilitiesSectionHandler()
已过时.
已过时.

初始化 MobileDeviceCapabilitiesSectionHandler 类的新实例。 此方法支持 .NET Framework 基础结构。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

方法

Create(Object, Object, XmlNode)
已过时.
已过时.

创建一个由 node 参数指定的 XmlNode 中所包含的设备筛选器信息组成的字典。 如果 parent 属性引用的对象不为 null,则将字典条目追加到父字典中。 此方法支持 .NET Framework 基础结构。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

Equals(Object)
已过时.
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()
已过时.
已过时.

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

IConfigurationSectionHandler.Create(Object, Object, XmlNode)
已过时.
已过时.

创建一个由 node 参数指定的 XmlNode 中所包含的设备筛选器信息组成的字典。 如果 parent 属性引用的对象不为 null,则将字典条目追加到父字典中。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

适用于

另请参阅