DeviceOverridableAttribute 建構函式

定義

建立 DeviceOverridableAttribute 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

多載

DeviceOverridableAttribute()

建立 DeviceOverridableAttribute 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

DeviceOverridableAttribute(Boolean)

使用 DeviceOverridableAttribute 屬性的特定值,建立 Overridable 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

DeviceOverridableAttribute()

建立 DeviceOverridableAttribute 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

另請參閱

適用於

DeviceOverridableAttribute(Boolean)

使用 DeviceOverridableAttribute 屬性的特定值,建立 Overridable 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 的值。

另請參閱

適用於