MobileControlsSectionHandler クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This class has been deprecated. Please use the System.Web.UI.MobileControls.MobileControlsSection 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.
.config ファイルの単一の XML タグで表される構成セクションを処理します。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。
public ref class MobileControlsSectionHandler : System::Configuration::IConfigurationSectionHandler
public class MobileControlsSectionHandler : System.Configuration.IConfigurationSectionHandler
[System.Obsolete("This class has been deprecated. Please use the System.Web.UI.MobileControls.MobileControlsSection class instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public class MobileControlsSectionHandler : 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 MobileControlsSectionHandler : System.Configuration.IConfigurationSectionHandler
type MobileControlsSectionHandler = class
interface IConfigurationSectionHandler
[<System.Obsolete("This class has been deprecated. Please use the System.Web.UI.MobileControls.MobileControlsSection class instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
type MobileControlsSectionHandler = 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 MobileControlsSectionHandler = class
interface IConfigurationSectionHandler
Public Class MobileControlsSectionHandler
Implements IConfigurationSectionHandler
- 継承
-
MobileControlsSectionHandler
- 属性
- 実装
コンストラクター
MobileControlsSectionHandler() |
古い.
古い.
MobileControlsSectionHandler クラスの新しいインスタンスを作成します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
メソッド
Create(Object, Object, XmlNode) |
古い.
古い.
このオブジェクトの新しいインスタンスを作成します。 この 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) |
古い.
古い.
このオブジェクトの新しいインスタンスを作成します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
適用対象
こちらもご覧ください
.NET