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
属性值
DeviceElementCollection包含DeviceElement以编程方式表示配置文件的设备元素的对象。
- 属性