共用方式為


DeviceFilterElement.FilterClass 屬性

定義

取得或設定包含評估工具委派的類別型別。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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

屬性值

包含評估工具委派的類別型別。

屬性

備註

此屬性用於評估工具 (或委派型) 篩選。

適用於