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, consulte Mobile Apps & Sites with ASP.NET.

Sobrecargas

DesignerAdapterAttribute(String)

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

DesignerAdapterAttribute(Type)

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

DesignerAdapterAttribute(String)

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

Parámetros

adapterTypeName
String

Nombre del tipo de adaptador.

Consulte también

Se aplica a

DesignerAdapterAttribute(Type)

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

Parámetros

adapterType
Type

de Type adaptador.

Consulte también

Se aplica a