Udostępnij za pośrednictwem


DeviceElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DeviceElement. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Przeciążenia

DeviceElement(String, String)

Inicjuje DeviceElement nowe wystąpienie klasy z określonym identyfikatorem i kartą urządzenia ustawioną na dziedziczenie. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

DeviceElement(String, Type, String, Type)

Inicjuje DeviceElement nowe wystąpienie klasy przy użyciu określonego identyfikatora i karty strony. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

DeviceElement(String, String, Type, String, Type)

Inicjuje DeviceElement nowe wystąpienie klasy z określonym identyfikatorem, kartą strony i kartą urządzenia ustawioną na dziedziczenie. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

DeviceElement(String, String)

Inicjuje DeviceElement nowe wystąpienie klasy z określonym identyfikatorem i kartą urządzenia ustawioną na dziedziczenie. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 DeviceElement(System::String ^ name, System::String ^ inheritsFrom);
public DeviceElement (string name, string inheritsFrom);
new System.Web.UI.MobileControls.DeviceElement : string * string -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, inheritsFrom As String)

Parametry

name
String

Unikatowy identyfikator zestawu kart urządzeń.

inheritsFrom
String

Zestaw kart urządzenia dziedziczy ten zestaw adaptera urządzenia.

Zobacz też

Dotyczy

DeviceElement(String, Type, String, Type)

Inicjuje DeviceElement nowe wystąpienie klasy przy użyciu określonego identyfikatora i karty strony. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 DeviceElement(System::String ^ name, Type ^ predicateClass, System::String ^ predicateMethod, Type ^ pageAdapter);
public DeviceElement (string name, Type predicateClass, string predicateMethod, Type pageAdapter);
new System.Web.UI.MobileControls.DeviceElement : string * Type * string * Type -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, predicateClass As Type, predicateMethod As String, pageAdapter As Type)

Parametry

name
String

Unikatowy identyfikator zestawu kart urządzeń.

predicateClass
Type

Klasa, do której należy metoda określona przez predicateMethod .

predicateMethod
String

Metoda używana do wykrywania za pośrednictwem bieżącego HttpContext , czy zestaw kart urządzeń ma zastosowanie.

pageAdapter
Type

Identyfikuje klasę adaptera strony dla zestawu urządzeń.

Zobacz też

Dotyczy

DeviceElement(String, String, Type, String, Type)

Inicjuje DeviceElement nowe wystąpienie klasy z określonym identyfikatorem, kartą strony i kartą urządzenia ustawioną na dziedziczenie. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 DeviceElement(System::String ^ name, System::String ^ inheritsFrom, Type ^ predicateClass, System::String ^ predicateMethod, Type ^ pageAdapter);
public DeviceElement (string name, string inheritsFrom, Type predicateClass, string predicateMethod, Type pageAdapter);
new System.Web.UI.MobileControls.DeviceElement : string * string * Type * string * Type -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, inheritsFrom As String, predicateClass As Type, predicateMethod As String, pageAdapter As Type)

Parametry

name
String

Unikatowy identyfikator zestawu kart urządzeń.

inheritsFrom
String

Zestaw kart urządzenia dziedziczy ten zestaw adaptera urządzenia.

predicateClass
Type

Klasa, do której należy metoda określona przez predicateMethod .

predicateMethod
String

Metoda używana do wykrywania za pośrednictwem bieżącego HttpContext , czy zestaw kart urządzeń ma zastosowanie.

pageAdapter
Type

Identyfikuje klasę adaptera strony dla zestawu urządzeń.

Zobacz też

Dotyczy