DesignerAdapterAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DesignerAdapterAttribute 類別的新執行個體。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱
多載
| 名稱 | Description |
|---|---|
| DesignerAdapterAttribute(String) |
利用介面卡類型的名稱初始化該類別的新實例 DesignerAdapterAttribute 。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| DesignerAdapterAttribute(Type) |
使用 Type of adapter 初始化該類別的新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 of adapter 初始化該類別的新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)