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 Element (ASP.NET 設定結構描述) 區段,該區段會指定要與 ASP.NET 行動控制項搭配使用的裝置篩選條件集合。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

方法

Create(Object, Object, XmlNode)
已淘汰.
已淘汰.

建立包含於 XmlNode (由 node 參數指定) 的裝置篩選條件資訊字典。 如果 parent 屬性參考的物件不是 null,則字典項目會被附加至父字典。 這個方法支援 .NET Framework 基礎結構。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

Equals(Object)
已淘汰.
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.
已淘汰.

做為預設雜湊函式。

(繼承來源 Object)
GetType()
已淘汰.
已淘汰.

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.
已淘汰.

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()
已淘汰.
已淘汰.

傳回代表目前物件的字串。

(繼承來源 Object)

明確介面實作

IConfigurationSectionHandler.Create(Object, Object, XmlNode)
已淘汰.
已淘汰.

建立包含於 XmlNode (由 node 參數指定) 的裝置篩選條件資訊字典。 如果 parent 屬性參考的物件不是 null,則字典項目會被附加至父字典。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

適用於

另請參閱