DeviceOverridableAttribute 构造函数

定义

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

重载

名称 说明
DeviceOverridableAttribute()

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

DeviceOverridableAttribute(Boolean)

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

DeviceOverridableAttribute()

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

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

另请参阅

适用于

DeviceOverridableAttribute(Boolean)

使用该属性的给定值Overridable创建类的新实例DeviceOverridableAttribute。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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的值。

另请参阅

适用于