DeviceFiltersSection.Filters 属性

定义

获取 DeviceFilterElement 对象中包含的 DeviceFiltersSection 对象的集合。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property System::Web::Mobile::DeviceFilterElementCollection ^ Filters { System::Web::Mobile::DeviceFilterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.Mobile.DeviceFilterElementCollection Filters { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Filters : System.Web.Mobile.DeviceFilterElementCollection
Public ReadOnly Property Filters As DeviceFilterElementCollection

属性值

包含在 DeviceFilterElement 中的 DeviceFiltersSection 对象的集合。

属性

适用于