DeviceFilterElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
表示將套用至應用程式的裝置特定篩選條件。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public ref class DeviceFilterElement sealed : System::Configuration::ConfigurationElement
public sealed class DeviceFilterElement : System.Configuration.ConfigurationElement
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public sealed class DeviceFilterElement : System.Configuration.ConfigurationElement
type DeviceFilterElement = class
inherit ConfigurationElement
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type DeviceFilterElement = class
inherit ConfigurationElement
Public NotInheritable Class DeviceFilterElement
Inherits ConfigurationElement
- 繼承
- 屬性
備註
這個類別會對應至 <filter>
ASP.NET 設定架構區段的 元素 <deviceFilters>
。
篩選可以是比較篩選條件或評估工具篩選條件。 以比較為基礎的篩選會比較開發人員所指定的值與運行時間裝置功能的目前值。 評估工具 (或委派型) 篩選條件會使用程式設計人員指定類別中的 方法來執行評估。
建構函式
DeviceFilterElement(String, String, String) |
已淘汰.
初始化 DeviceFilterElement 類別的新執行個體,做為比較篩選條件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
DeviceFilterElement(String, Type, String) |
已淘汰.
初始化 DeviceFilterElement 類別的新執行個體,做為評估工具篩選條件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |