Share via


DeviceFilterElement 建構函式

定義

初始化 DeviceFilterElement 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

多載

DeviceFilterElement(String, String, String)

初始化 DeviceFilterElement 類別的新執行個體,做為比較篩選條件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

DeviceFilterElement(String, Type, String)

初始化 DeviceFilterElement 類別的新執行個體,做為評估工具篩選條件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

DeviceFilterElement(String, String, String)

初始化 DeviceFilterElement 類別的新執行個體,做為比較篩選條件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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 & Sites with 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 中,做為評估工具委派的方法。

備註

這是評估工具 (或委派型) 篩選的建構函式。

適用於