DesignerAdapterAttribute Constructors

Definition

Initializes a new instance of the DesignerAdapterAttribute class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Overloads

DesignerAdapterAttribute(String)

Initializes a new instance of the DesignerAdapterAttribute class using the name of the type of adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DesignerAdapterAttribute(Type)

Initializes a new instance of the DesignerAdapterAttribute class using the Type of adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DesignerAdapterAttribute(String)

Initializes a new instance of the DesignerAdapterAttribute class using the name of the type of adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & 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)

Parameters

adapterTypeName
String

The name of the type of adapter.

See also

Applies to

DesignerAdapterAttribute(Type)

Initializes a new instance of the DesignerAdapterAttribute class using the Type of adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & 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)

Parameters

adapterType
Type

The Type of adapter.

See also

Applies to