DesignerAdapterAttribute Konstruktory

Definicja

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

Inicjuje nowe wystąpienie DesignerAdapterAttribute klasy przy użyciu nazwy typu adaptera. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

DesignerAdapterAttribute(Type)

Inicjuje nowe wystąpienie DesignerAdapterAttribute klasy przy użyciu adaptera Type . Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

DesignerAdapterAttribute(String)

Inicjuje nowe wystąpienie DesignerAdapterAttribute klasy przy użyciu nazwy typu adaptera. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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 nowe wystąpienie DesignerAdapterAttribute klasy przy użyciu adaptera Type . Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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

Adapter Type .

Zobacz też

Dotyczy