DesignerAdapterAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DesignerAdapterAttribute. 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

DesignerAdapterAttribute(String)

Inicjuje DesignerAdapterAttribute nowe wystąpienie klasy przy użyciu nazwy typu adaptera. 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).

DesignerAdapterAttribute(Type)

Inicjuje DesignerAdapterAttribute nowe wystąpienie klasy przy użyciu adaptera Type . 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).

DesignerAdapterAttribute(String)

Inicjuje DesignerAdapterAttribute nowe wystąpienie klasy przy użyciu nazwy typu adaptera. 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:
 DesignerAdapterAttribute(System::String ^ adapterTypeName);
public DesignerAdapterAttribute (string adapterTypeName);
new System.Web.UI.MobileControls.DesignerAdapterAttribute : string -> System.Web.UI.MobileControls.DesignerAdapterAttribute
Public Sub New (adapterTypeName As String)

Parametry

adapterTypeName
String

Nazwa typu adaptera.

Zobacz też

Dotyczy

DesignerAdapterAttribute(Type)

Inicjuje DesignerAdapterAttribute nowe wystąpienie klasy przy użyciu adaptera Type . 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:
 DesignerAdapterAttribute(Type ^ adapterType);
public DesignerAdapterAttribute (Type adapterType);
new System.Web.UI.MobileControls.DesignerAdapterAttribute : Type -> System.Web.UI.MobileControls.DesignerAdapterAttribute
Public Sub New (adapterType As Type)

Parametry

adapterType
Type

Z adaptera Type .

Zobacz też

Dotyczy