DeviceFilterElement.FilterClass 属性

定义

获取或设置包含计算委托的类类型。Gets or sets the class type that contains the evaluator delegate. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & 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

属性值

Type

包含计算委托的类类型。The class type that contains the evaluator delegate.

属性

注解

此属性用于计算 (或基于委托的) 筛选器。This property is used in evaluator (or delegate-based) filters.

适用于