DesignerAdapterAttribute Konstruktorer

Definition

Initierar en ny instans av DesignerAdapterAttribute klassen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med ASP.NET.

Överlagringar

Name Description
DesignerAdapterAttribute(String)

Initierar en ny instans av DesignerAdapterAttribute klassen med namnet på adaptertypen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med ASP.NET.

DesignerAdapterAttribute(Type)

Initierar en ny instans av DesignerAdapterAttribute klassen med hjälp av adaptern Type . Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med ASP.NET.

DesignerAdapterAttribute(String)

Initierar en ny instans av DesignerAdapterAttribute klassen med namnet på adaptertypen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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)

Parametrar

adapterTypeName
String

Namnet på adaptertypen.

Se även

Gäller för

DesignerAdapterAttribute(Type)

Initierar en ny instans av DesignerAdapterAttribute klassen med hjälp av adaptern Type . Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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)

Parametrar

adapterType
Type

Adapterns Type .

Se även

Gäller för