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.

ASP.NET モバイル コントロールで使用するデバイス フィルターのセットを指定する構成ファイルの deviceFilters 要素 (ASP.NET Settings Schema) セクションを読み取ります。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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&」を参照してください。ASP.NET

メソッド

名前 説明
Create(Object, Object, XmlNode)
古い.
古い.

node パラメーターで指定されたXmlNodeに含まれるデバイス フィルター情報のディクショナリを作成します。 parent プロパティによって参照されるオブジェクトがnullされていない場合、ディクショナリ エントリは親ディクショナリに追加されます。 このメソッドは、.NET Framework インフラストラクチャをサポートします。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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 モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

適用対象

こちらもご覧ください