MobileDeviceCapabilitiesSectionHandler 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 移动应用程序的信息,请参阅
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) 必须同时从多个线程调用。 有关继承的详细信息,请参阅
构造函数
| 名称 | 说明 |
|---|---|
| MobileDeviceCapabilitiesSectionHandler() |
已过时.
已过时.
初始化 MobileDeviceCapabilitiesSectionHandler 类的新实例。 此方法支持 .NET Framework 基础结构。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
方法
| 名称 | 说明 |
|---|---|
| Create(Object, Object, XmlNode) |
已过时.
已过时.
创建由参数指定的 |
| Equals(Object) |
已过时.
已过时.
确定指定对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
已过时.
已过时.
用作默认哈希函数。 (继承自 Object) |
| GetType() |
已过时.
已过时.
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
已过时.
已过时.
创建当前 Object的浅表副本。 (继承自 Object) |
| ToString() |
已过时.
已过时.
返回一个表示当前对象的字符串。 (继承自 Object) |
显式接口实现
| 名称 | 说明 |
|---|---|
| IConfigurationSectionHandler.Create(Object, Object, XmlNode) |
已过时.
已过时.
创建由参数指定的 |