DesignerAdapterAttribute 构造函数

定义

初始化 DesignerAdapterAttribute 类的新实例。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

重载

名称 说明
DesignerAdapterAttribute(String)

使用适配器类型的名称初始化类的新实例 DesignerAdapterAttribute 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

DesignerAdapterAttribute(Type)

使用Type适配器初始化类的新实例DesignerAdapterAttribute。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

DesignerAdapterAttribute(String)

使用适配器类型的名称初始化类的新实例 DesignerAdapterAttribute 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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)

参数

adapterTypeName
String

适配器类型的名称。

另请参阅

适用于

DesignerAdapterAttribute(Type)

使用Type适配器初始化类的新实例DesignerAdapterAttribute。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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)

参数

adapterType
Type

适配器 Type

另请参阅

适用于