DeviceFilterElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DeviceFilterElement 類別的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
多載
DeviceFilterElement(String, String, String) |
初始化 DeviceFilterElement 類別的新執行個體,做為比較篩選條件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
DeviceFilterElement(String, Type, String) |
初始化 DeviceFilterElement 類別的新執行個體,做為評估工具篩選條件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
DeviceFilterElement(String, String, String)
初始化 DeviceFilterElement 類別的新執行個體,做為比較篩選條件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
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 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
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
中,做為評估工具委派的方法。
備註
這是評估工具 (或委派型) 篩選的建構函式。