DesignerAdapterAttribute Construtores

Definição

Inicializa uma nova instância da classe DesignerAdapterAttribute. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com ASP.NET.

Sobrecargas

DesignerAdapterAttribute(String)

Inicializa uma nova instância da classe DesignerAdapterAttribute usando o nome do tipo do adaptador. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com ASP.NET.

DesignerAdapterAttribute(Type)

Inicializa uma nova instância da classe DesignerAdapterAttribute usando o Type do adaptador. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com ASP.NET.

DesignerAdapterAttribute(String)

Inicializa uma nova instância da classe DesignerAdapterAttribute usando o nome do tipo do adaptador. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com 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

O nome do tipo do adaptador.

Confira também

Aplica-se a

DesignerAdapterAttribute(Type)

Inicializa uma nova instância da classe DesignerAdapterAttribute usando o Type do adaptador. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com 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

O Type do adaptador.

Confira também

Aplica-se a