DesignerAdapterAttribute 构造函数

定义

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

重载

DesignerAdapterAttribute(String)

使用指定的适配器类型名称对 DesignerAdapterAttribute 类的新实例进行初始化。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

DesignerAdapterAttribute(Type)

使用适配器的 DesignerAdapterAttributeType 类的新实例进行初始化。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

DesignerAdapterAttribute(String)

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

使用适配器的 DesignerAdapterAttributeType 类的新实例进行初始化。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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适配器的 。

另请参阅

适用于