DesignerAdapterAttribute Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da DesignerAdapterAttribute classe. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja
Sobrecargas
| Name | Description |
|---|---|
| DesignerAdapterAttribute(String) |
Inicializa uma nova instância da DesignerAdapterAttribute classe usando o nome do tipo de adaptador. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja |
| DesignerAdapterAttribute(Type) |
Inicializa uma nova instância da DesignerAdapterAttribute classe usando o Type adaptador de . Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja |
DesignerAdapterAttribute(String)
Inicializa uma nova instância da DesignerAdapterAttribute classe usando o nome do tipo de adaptador. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja
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 de adaptador.
Ver também
Aplica-se a
DesignerAdapterAttribute(Type)
Inicializa uma nova instância da DesignerAdapterAttribute classe usando o Type adaptador de . Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja
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)