Share via


DeviceElement コンストラクター

定義

DeviceElement クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

オーバーロード

DeviceElement(String, String)

指定した識別子および継承元となるデバイス アダプター セットを使用して、DeviceElement クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

DeviceElement(String, Type, String, Type)

指定した識別子とページ アダプターを使用して、DeviceElement クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

DeviceElement(String, String, Type, String, Type)

指定した識別子、ページ アダプター、および継承元となるデバイス アダプター セットを使用して、DeviceElement クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

DeviceElement(String, String)

指定した識別子および継承元となるデバイス アダプター セットを使用して、DeviceElement クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 DeviceElement(System::String ^ name, System::String ^ inheritsFrom);
public DeviceElement (string name, string inheritsFrom);
new System.Web.UI.MobileControls.DeviceElement : string * string -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, inheritsFrom As String)

パラメーター

name
String

デバイス アダプター セットの一意識別子。

inheritsFrom
String

このデバイス アダプター セットの継承元となるデバイス アダプター セット。

こちらもご覧ください

適用対象

DeviceElement(String, Type, String, Type)

指定した識別子とページ アダプターを使用して、DeviceElement クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 DeviceElement(System::String ^ name, Type ^ predicateClass, System::String ^ predicateMethod, Type ^ pageAdapter);
public DeviceElement (string name, Type predicateClass, string predicateMethod, Type pageAdapter);
new System.Web.UI.MobileControls.DeviceElement : string * Type * string * Type -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, predicateClass As Type, predicateMethod As String, pageAdapter As Type)

パラメーター

name
String

デバイス アダプター セットの一意識別子。

predicateClass
Type

predicateMethod で指定したメソッドが所属するクラス。

predicateMethod
String

デバイス アダプター セットが適用できるかどうかを現在の HttpContext を通じて検出するために使用するメソッド。

pageAdapter
Type

デバイス セットのページ アダプター クラスを識別します。

こちらもご覧ください

適用対象

DeviceElement(String, String, Type, String, Type)

指定した識別子、ページ アダプター、および継承元となるデバイス アダプター セットを使用して、DeviceElement クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 DeviceElement(System::String ^ name, System::String ^ inheritsFrom, Type ^ predicateClass, System::String ^ predicateMethod, Type ^ pageAdapter);
public DeviceElement (string name, string inheritsFrom, Type predicateClass, string predicateMethod, Type pageAdapter);
new System.Web.UI.MobileControls.DeviceElement : string * string * Type * string * Type -> System.Web.UI.MobileControls.DeviceElement
Public Sub New (name As String, inheritsFrom As String, predicateClass As Type, predicateMethod As String, pageAdapter As Type)

パラメーター

name
String

デバイス アダプター セットの一意識別子。

inheritsFrom
String

このデバイス アダプター セットの継承元となるデバイス アダプター セット。

predicateClass
Type

predicateMethod で指定したメソッドが所属するクラス。

predicateMethod
String

デバイス アダプター セットが適用できるかどうかを現在の HttpContext を通じて検出するために使用するメソッド。

pageAdapter
Type

デバイス セットのページ アダプター クラスを識別します。

こちらもご覧ください

適用対象