Share via


MobileControlsSection.Devices プロパティ

定義

構成ファイルの device 要素をプログラムによって表すデバイス要素のコレクションを取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

プロパティ値

構成ファイルの device 要素をプログラムによって表す DeviceElement オブジェクトを含むDeviceElementCollection

属性

適用対象

こちらもご覧ください