MobileControlsSection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。
public ref class MobileControlsSection sealed : System::Configuration::ConfigurationSection
public sealed class MobileControlsSection : System.Configuration.ConfigurationSection
[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 sealed class MobileControlsSection : System.Configuration.ConfigurationSection
type MobileControlsSection = class
inherit ConfigurationSection
[<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 MobileControlsSection = class
inherit ConfigurationSection
Public NotInheritable Class MobileControlsSection
Inherits ConfigurationSection
- 継承
- 属性
注釈
クラスは MobileControlsSection 、構成ファイルの セクションの mobileControls
値へのプログラムによるアクセスを提供します。
コンストラクター
MobileControlsSection() |
古い.
MobileControlsSection クラスの新しいインスタンスを作成します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
プロパティ
AllowCustomAttributes |
古い.
ページにカスタム属性を割り当てることができるかどうかを示す値を取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
CookielessDataDictionaryType |
古い.
Cookie なしのフォーム認証のためのキーを保持するディクショナリ クラスの種類を取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
CurrentConfiguration |
古い.
現在の Configuration インスタンスが属している構成階層を表す最上位の ConfigurationElement インスタンスへの参照を取得します。 (継承元 ConfigurationElement) |
Devices |
古い.
構成ファイルの device 要素をプログラムによって表すデバイス要素のコレクションを取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
ElementInformation |
古い.
ElementInformation オブジェクトのカスタマイズできない情報と機能を格納する ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
ElementProperty |
古い.
ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
EvaluationContext |
古い.
ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
HasContext |
古い.
CurrentConfiguration プロパティが |
Item[ConfigurationProperty] |
古い.
この構成要素のプロパティまたは属性を取得または設定します。 (継承元 ConfigurationElement) |
Item[String] |
古い.
この構成要素のプロパティ、属性、または子要素を取得または設定します。 (継承元 ConfigurationElement) |
LockAllAttributesExcept |
古い.
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
LockAllElementsExcept |
古い.
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
LockAttributes |
古い.
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
LockElements |
古い.
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
LockItem |
古い.
要素がロックされているかどうかを示す値を取得または設定します。 (継承元 ConfigurationElement) |
Properties |
古い.
プロパティのコレクションを取得します。 (継承元 ConfigurationElement) |
SectionInformation |
古い.
SectionInformation オブジェクトのカスタマイズできない情報と機能を格納する ConfigurationSection オブジェクトを取得します。 (継承元 ConfigurationSection) |
SessionStateHistorySize |
古い.
アプリケーションのビューステートをサーバー セッションに保持するために使用する履歴のサイズを取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
メソッド
適用対象
こちらもご覧ください
.NET