MobileControlsSection.Devices プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイルのデバイス要素をプログラムで表す デバイス 要素のコレクションを取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
public:
property System::Web::UI::MobileControls::DeviceElementCollection ^ Devices { System::Web::UI::MobileControls::DeviceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.UI.MobileControls.DeviceElementCollection Devices { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Devices : System.Web.UI.MobileControls.DeviceElementCollection
Public ReadOnly Property Devices As DeviceElementCollection
プロパティ値
構成ファイルのデバイス要素をプログラムで表すDeviceElement オブジェクトを含むDeviceElementCollection。
- 属性