DesignerAdapterAttribute 建構函式

定義

初始化 DesignerAdapterAttribute 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

多載

DesignerAdapterAttribute(String)

使用配置器類型的名稱,初始化 DesignerAdapterAttribute 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

DesignerAdapterAttribute(Type)

使用配置器的 DesignerAdapterAttribute,初始化 Type 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

DesignerAdapterAttribute(String)

使用配置器類型的名稱,初始化 DesignerAdapterAttribute 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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

配置器類型的名稱。

另請參閱

適用於

DesignerAdapterAttribute(Type)

使用配置器的 DesignerAdapterAttribute,初始化 Type 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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)

參數

adapterType
Type

Type 接器的 。

另請參閱

適用於