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 設定スキーマ) セクションを読み込みます。 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)
古い.
古い.

node パラメーターで指定された XmlNode に格納されているデバイス フィルター情報のディクショナリを作成します。 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)
古い.
古い.

node パラメーターで指定された XmlNode に格納されているデバイス フィルター情報のディクショナリを作成します。 parent プロパティによって参照されるオブジェクトが null でなければ、親ディクショナリにディクショナリ エントリが追加されます。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

適用対象

こちらもご覧ください