Udostępnij za pośrednictwem


DeviceFilterElement.FilterClass Właściwość

Definicja

Pobiera lub ustawia typ klasy, który zawiera delegata 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:
 property Type ^ FilterClass { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))]
[System.Configuration.ConfigurationProperty("type")]
public Type FilterClass { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("type")>]
member this.FilterClass : Type with get, set
Public Property FilterClass As Type

Wartość właściwości

Typ klasy, który zawiera delegat ewaluatora.

Atrybuty

Uwagi

Ta właściwość jest używana w filtrach ewaluatora (lub opartych na delegatach).

Dotyczy