Udostępnij za pośrednictwem


DesignerAdapterAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DesignerAdapterAttribute. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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 o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

DesignerAdapterAttribute(Type)

Inicjuje DesignerAdapterAttribute nowe wystąpienie klasy przy użyciu adaptera Type . Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

DesignerAdapterAttribute(String)

Inicjuje DesignerAdapterAttribute nowe wystąpienie klasy przy użyciu nazwy typu adaptera. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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 DesignerAdapterAttribute nowe wystąpienie klasy przy użyciu adaptera Type . Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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