DeviceFilterElement コンストラクター

定義

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

オーバーロード

名前 説明
DeviceFilterElement(String, String, String)

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

DeviceFilterElement(String, Type, String)

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

DeviceFilterElement(String, String, String)

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

public:
 DeviceFilterElement(System::String ^ name, System::String ^ compareName, System::String ^ argument);
public DeviceFilterElement(string name, string compareName, string argument);
new System.Web.Mobile.DeviceFilterElement : string * string * string -> System.Web.Mobile.DeviceFilterElement
Public Sub New (name As String, compareName As String, argument As String)

パラメーター

name
String

エバリュエーターを識別する名前。

compareName
String

比較エバリュエーターによって評価される機能。

argument
String

機能を比較する必要がある引数。

注釈

このコンストラクターは、比較フィルターを作成するために使用されます。

こちらもご覧ください

適用対象

DeviceFilterElement(String, Type, String)

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

public:
 DeviceFilterElement(System::String ^ name, Type ^ filterClass, System::String ^ method);
public DeviceFilterElement(string name, Type filterClass, string method);
new System.Web.Mobile.DeviceFilterElement : string * Type * string -> System.Web.Mobile.DeviceFilterElement
Public Sub New (name As String, filterClass As Type, method As String)

パラメーター

name
String

エバリュエーターを識別する名前。

filterClass
Type

エバリュエーター デリゲートを含むクラス型。

method
String

エバリュエーター デリゲートである filterClass 内のメソッド。

注釈

これは、エバリュエーター (またはデリゲート ベース) フィルターのコンストラクターです。

適用対象