DeviceOverridableAttribute 构造函数

定义

创建 DeviceOverridableAttribute 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

重载

DeviceOverridableAttribute()

创建 DeviceOverridableAttribute 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

DeviceOverridableAttribute(Boolean)

使用 Overridable 属性的给定值创建 DeviceOverridableAttribute 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

DeviceOverridableAttribute()

创建 DeviceOverridableAttribute 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 DeviceOverridableAttribute();
public DeviceOverridableAttribute ();
Public Sub New ()

另请参阅

适用于

DeviceOverridableAttribute(Boolean)

使用 Overridable 属性的给定值创建 DeviceOverridableAttribute 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 DeviceOverridableAttribute(bool overridable);
public DeviceOverridableAttribute (bool overridable);
new System.Web.UI.MobileControls.DeviceOverridableAttribute : bool -> System.Web.UI.MobileControls.DeviceOverridableAttribute
Public Sub New (overridable As Boolean)

参数

overridable
Boolean

要赋给 Overridable 的值。

另请参阅

适用于