DesignerAdapterAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DesignerAdapterAttribute クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
オーバーロード
| 名前 | 説明 |
|---|---|
| DesignerAdapterAttribute(String) |
アダプターの種類の名前を使用して、 DesignerAdapterAttribute クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| DesignerAdapterAttribute(Type) |
アダプターのTypeを使用して、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を使用して、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)