DesignerAdapterAttribute コンストラクター

定義

DesignerAdapterAttribute クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

オーバーロード

名前 説明
DesignerAdapterAttribute(String)

アダプターの種類の名前を使用して、 DesignerAdapterAttribute クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

DesignerAdapterAttribute(Type)

アダプターのTypeを使用して、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を使用して、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

こちらもご覧ください

適用対象