MobileControlsSection.Devices プロパティ

定義

構成ファイルのデバイス要素をプログラムで表す デバイス 要素のコレクションを取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

属性

適用対象

こちらもご覧ください