DeviceElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DeviceElement 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
重载
DeviceElement(String, String) |
使用指定的标识符和从中继承的设备适配器集来初始化 DeviceElement 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |
DeviceElement(String, Type, String, Type) |
使用指定的标识符和页适配器初始化 DeviceElement 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |
DeviceElement(String, String, Type, String, Type) |
用指定的标识符、页适配器和从中继承的设备适配器来初始化 DeviceElement 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 |
DeviceElement(String, String)
使用指定的标识符和从中继承的设备适配器集来初始化 DeviceElement 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public:
DeviceElement(System::String ^ name, System::String ^ inheritsFrom);
public DeviceElement (string name, string inheritsFrom);
new System.Web.UI.MobileControls.DeviceElement : string * string -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, inheritsFrom As String)
参数
- name
- String
设备适配器集的唯一标识符。
- inheritsFrom
- String
此设备适配器集从中继承的设备适配器集。
另请参阅
适用于
DeviceElement(String, Type, String, Type)
使用指定的标识符和页适配器初始化 DeviceElement 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public:
DeviceElement(System::String ^ name, Type ^ predicateClass, System::String ^ predicateMethod, Type ^ pageAdapter);
public DeviceElement (string name, Type predicateClass, string predicateMethod, Type pageAdapter);
new System.Web.UI.MobileControls.DeviceElement : string * Type * string * Type -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, predicateClass As Type, predicateMethod As String, pageAdapter As Type)
参数
- name
- String
设备适配器集的唯一标识符。
- predicateClass
- Type
由 predicateMethod
指定的方法所属的类。
- predicateMethod
- String
一个用于通过当前 HttpContext 检测设备适配器集是否适用的方法。
- pageAdapter
- Type
标识设备集的页适配器类。
另请参阅
适用于
DeviceElement(String, String, Type, String, Type)
用指定的标识符、页适配器和从中继承的设备适配器来初始化 DeviceElement 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public:
DeviceElement(System::String ^ name, System::String ^ inheritsFrom, Type ^ predicateClass, System::String ^ predicateMethod, Type ^ pageAdapter);
public DeviceElement (string name, string inheritsFrom, Type predicateClass, string predicateMethod, Type pageAdapter);
new System.Web.UI.MobileControls.DeviceElement : string * string * Type * string * Type -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, inheritsFrom As String, predicateClass As Type, predicateMethod As String, pageAdapter As Type)
参数
- name
- String
设备适配器集的唯一标识符。
- inheritsFrom
- String
此设备适配器集从中继承的设备适配器集。
- predicateClass
- Type
由 predicateMethod
指定的方法所属的类。
- predicateMethod
- String
一个用于通过当前 HttpContext 检测设备适配器集是否适用的方法。
- pageAdapter
- Type
标识设备集的页适配器类。