DeviceFilterElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy DeviceFilterElement. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).
Przeciążenia
DeviceFilterElement(String, String, String) |
Inicjuje DeviceFilterElement nowe wystąpienie klasy jako filtr porównania. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET). |
DeviceFilterElement(String, Type, String) |
Inicjuje DeviceFilterElement nowe wystąpienie klasy jako filtr ewaluatora. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET). |
DeviceFilterElement(String, String, String)
Inicjuje DeviceFilterElement nowe wystąpienie klasy jako filtr porównania. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)
Parametry
- name
- String
Nazwa, za pomocą której zostanie zidentyfikowany ewaluator.
- compareName
- String
Możliwość oceniana przez ewaluatora porównania.
- argument
- String
Argument, względem którego należy porównać możliwości.
Uwagi
Ten konstruktor służy do tworzenia filtru porównania.
Zobacz też
Dotyczy
DeviceFilterElement(String, Type, String)
Inicjuje DeviceFilterElement nowe wystąpienie klasy jako filtr ewaluatora. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)
Parametry
- name
- String
Nazwa, za pomocą której zostanie zidentyfikowany ewaluator.
- filterClass
- Type
Typ klasy, który zawiera delegat ewaluatora.
- method
- String
Metoda w filterClass
tym jest delegatem ewaluatora.
Uwagi
Jest to konstruktor filtru ewaluatora (lub opartego na delegatach).