DesignerAdapterAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DesignerAdapterAttribute 类的新实例。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
重载
| 名称 | 说明 |
|---|---|
| DesignerAdapterAttribute(String) |
使用适配器类型的名称初始化类的新实例 DesignerAdapterAttribute 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| DesignerAdapterAttribute(Type) |
使用Type适配器初始化类的新实例DesignerAdapterAttribute。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
DesignerAdapterAttribute(String)
使用适配器类型的名称初始化类的新实例 DesignerAdapterAttribute 。 此 API 已过时。 有关如何开发 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 移动应用程序的信息,请参阅
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)