DeviceOverridableAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建类的新实例 DeviceOverridableAttribute 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
重载
| 名称 | 说明 |
|---|---|
| DeviceOverridableAttribute() |
创建类的新实例 DeviceOverridableAttribute 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| DeviceOverridableAttribute(Boolean) |
使用该属性的给定值Overridable创建类的新实例DeviceOverridableAttribute。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
DeviceOverridableAttribute()
创建类的新实例 DeviceOverridableAttribute 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public:
DeviceOverridableAttribute();
public DeviceOverridableAttribute();
Public Sub New ()
另请参阅
适用于
DeviceOverridableAttribute(Boolean)
使用该属性的给定值Overridable创建类的新实例DeviceOverridableAttribute。 此 API 已过时。 有关如何开发 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的值。