DesignerAdapterAttribute 建構函式

定義

初始化 DesignerAdapterAttribute 類別的新執行個體。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

多載

名稱 Description
DesignerAdapterAttribute(String)

利用介面卡類型的名稱初始化該類別的新實例 DesignerAdapterAttribute 。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

DesignerAdapterAttribute(Type)

使用 Type of adapter 初始化該類別的新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 of adapter 初始化該類別的新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

另請參閱

適用於