DeviceFiltersSection.Filters プロパティ

定義

DeviceFiltersSection オブジェクトに含まれるDeviceFilterElement オブジェクトのコレクションを取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

DeviceFiltersSectionに含まれるDeviceFilterElement オブジェクトのコレクション。

属性

適用対象