DeviceOverridableAttribute Konstruktory

Definicja

Tworzy nowe wystąpienie DeviceOverridableAttribute klasy. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

Przeciążenia

Nazwa Opis
DeviceOverridableAttribute()

Tworzy nowe wystąpienie DeviceOverridableAttribute klasy. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

DeviceOverridableAttribute(Boolean)

Tworzy nowe wystąpienie DeviceOverridableAttribute klasy z daną wartością Overridable właściwości. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

DeviceOverridableAttribute()

Tworzy nowe wystąpienie DeviceOverridableAttribute klasy. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

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

Zobacz też

Dotyczy

DeviceOverridableAttribute(Boolean)

Tworzy nowe wystąpienie DeviceOverridableAttribute klasy z daną wartością Overridable właściwości. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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)

Parametry

overridable
Boolean

Wartość, która ma zostać przypisana do Overridableelementu .

Zobacz też

Dotyczy