Share via


DeviceFiltersSection.Filters プロパティ

定義

DeviceFilterElement オブジェクトに格納されている DeviceFiltersSection オブジェクトのコレクションを取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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 オブジェクトのコレクション。

属性

適用対象