DesignerAdapterAttribute 构造函数
定义
初始化 DesignerAdapterAttribute 类的新实例。Initializes a new instance of the DesignerAdapterAttribute class. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
重载
| DesignerAdapterAttribute(String) |
使用指定的适配器类型名称对 DesignerAdapterAttribute 类的新实例进行初始化。Initializes a new instance of the DesignerAdapterAttribute class using the name of the type of adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| DesignerAdapterAttribute(Type) |
使用适配器的 DesignerAdapterAttribute 对 Type 类的新实例进行初始化。Initializes a new instance of the DesignerAdapterAttribute class using the Type of adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
DesignerAdapterAttribute(String)
使用指定的适配器类型名称对 DesignerAdapterAttribute 类的新实例进行初始化。Initializes a new instance of the DesignerAdapterAttribute class using the name of the type of adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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
适配器类型的名称。The name of the type of adapter.
适用于
DesignerAdapterAttribute(Type)
使用适配器的 DesignerAdapterAttribute 对 Type 类的新实例进行初始化。Initializes a new instance of the DesignerAdapterAttribute class using the Type of adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)