DesignerAdapterAttribute Constructores

Definición

Inicializa una nueva instancia de la clase DesignerAdapterAttribute. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con ASP.NET.

Sobrecargas

Nombre Description
DesignerAdapterAttribute(String)

Inicializa una nueva instancia de la DesignerAdapterAttribute clase utilizando el nombre del tipo de adaptador. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con ASP.NET.

DesignerAdapterAttribute(Type)

Inicializa una nueva instancia de la DesignerAdapterAttribute clase mediante el Type de adaptador. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con ASP.NET.

DesignerAdapterAttribute(String)

Inicializa una nueva instancia de la DesignerAdapterAttribute clase utilizando el nombre del tipo de adaptador. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con 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)

Parámetros

adapterTypeName
String

Nombre del tipo de adaptador.

Consulte también

Se aplica a

DesignerAdapterAttribute(Type)

Inicializa una nueva instancia de la DesignerAdapterAttribute clase mediante el Type de adaptador. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con 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)

Parámetros

adapterType
Type

Type de adaptador.

Consulte también

Se aplica a